/ SeriousOJ /

Record Detail

Runtime Error


  
# Status Time Cost Memory Cost
#1 Runtime Error Traceback (most recent call last): File "foo.py", line 1, in <module> NameError: name 'raw_input' is not defined 15ms 3.02 MiB
#2 Runtime Error Traceback (most recent call last): File "foo.py", line 1, in <module> NameError: name 'raw_input' is not defined 16ms 2.988 MiB

Code

input_str = raw_input()
in_list = input_str.split()
a = int(in_list[0])
b = int(in_list[1])
print(a + b)

Information

Submit By
Type
Submission
Problem
P1000 A + B
Language
Python 3 (Python 3.12.3)
Submit At
2023-11-28 20:26:57
Judged At
2024-11-11 03:51:18
Judged By
Score
0
Total Time
16ms
Peak Memory
3.02 MiB