/ 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> TypeError: map() must have at least two arguments. 14ms 3.02 MiB
#2 Runtime Error Traceback (most recent call last): File "foo.py", line 1, in <module> TypeError: map() must have at least two arguments. 14ms 3.02 MiB

Code

a,b=map(input().split())
print(a-b)

Information

Submit By
Type
Submission
Problem
P1226 Event Registration
Contest
Testing - Intra LU Programming contest 25
Language
Python 3 (Python 3.12.3)
Submit At
2025-08-30 19:58:42
Judged At
2025-08-30 19:58:42
Judged By
Score
0
Total Time
14ms
Peak Memory
3.02 MiB