답안 #253826

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
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)
# 결과 실행 시간 메모리 Grader output
1 Runtime error 26 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 26 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 26 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 26 ms 3300 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -