Submission #13826827
Source Code Expand
Copy
#include <iostream> using i64 = long long; int main() { int a, b; std::cin >> a >> b; std::cout << a * b << std::endl; return 0; }
Submission Info
Submission Time | |
---|---|
Task | A - Multiplication 1 |
User | CharlotteL |
Language | C++ (GCC 9.2.1) |
Score | 100 |
Code Size | 159 Byte |
Status | AC |
Exec Time | 2 ms |
Memory | 3624 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | sample_01.txt, sample_02.txt |
All | hand_01.txt, hand_02.txt, hand_03.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, sample_01.txt, sample_02.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
hand_01.txt | AC | 2 ms | 3596 KB |
hand_02.txt | AC | 2 ms | 3524 KB |
hand_03.txt | AC | 2 ms | 3444 KB |
random_01.txt | AC | 2 ms | 3436 KB |
random_02.txt | AC | 2 ms | 3524 KB |
random_03.txt | AC | 2 ms | 3624 KB |
random_04.txt | AC | 2 ms | 3592 KB |
random_05.txt | AC | 2 ms | 3392 KB |
random_06.txt | AC | 2 ms | 3448 KB |
random_07.txt | AC | 2 ms | 3624 KB |
random_08.txt | AC | 2 ms | 3452 KB |
sample_01.txt | AC | 2 ms | 3564 KB |
sample_02.txt | AC | 2 ms | 3404 KB |