Submission #253826

# Submission time Handle Problem Language Result Execution time Memory
253826 2020-07-28T19:14:29 Z dolphingarlic Multiply (CEOI17_mul) Python 3
0 / 100
26 ms 3300 KB
a, b = map(int, input().split())
n, m = map(int, input().split())
print(n * m)
# Verdict Execution time Memory Grader output
1 Runtime error 26 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 26 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 26 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 26 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -