/ 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> ValueError: invalid literal for int() with base 10: '50 35\r' 54ms 19.367 MiB
#2 Runtime Error Traceback (most recent call last): File "foo.py", line 1, in <module> ValueError: invalid literal for int() with base 10: '20 20\r' 54ms 19.242 MiB

Code

n = int(input("the total number of club members"))
k = int(input("the number of members who have registered"))
print(f" Number of members who have not yet registered {n-k}")

Information

Submit By
Type
Submission
Problem
P1226 Event Registration
Contest
LUCC Presents Kick & Code Intra LU Programming Contest
Language
PyPy 3 (Python 3.9.18 PyPy 7.3.15)
Submit At
2025-09-01 05:24:59
Judged At
2025-09-01 05:24:59
Judged By
Score
0
Total Time
54ms
Peak Memory
19.367 MiB