/ SeriousOJ /

Record Detail

Runtime Error


  
# Status Time Cost Memory Cost
#1 Runtime Error Traceback (most recent call last): File "foo.py", line 3, in <module> TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method' 15ms 3.062 MiB
#2 Runtime Error Traceback (most recent call last): File "foo.py", line 3, in <module> TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method' 16ms 2.91 MiB

Code

a = "I love programming"

n = int(input)
for i in range(n):
	print(a)

Information

Submit By
Type
Submission
Problem
P1018 Show your dedication
Contest
Brain booster - 1
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 13:18:41
Judged At
2024-10-03 14:06:41
Judged By
Score
0
Total Time
16ms
Peak Memory
3.062 MiB