/ SeriousOJ /

Record Detail

Runtime Error


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

Code

n=(input())
t=(n+"0")
i=int(t)
j=int(n)
if j*k==i:
	print(k)

Information

Submit By
Type
Submission
Problem
P1012 Zéros de fin
Language
Python 3 (Python 3.12.3)
Submit At
2024-01-05 04:04:14
Judged At
2024-11-11 03:44:22
Judged By
Score
0
Total Time
18ms
Peak Memory
3.125 MiB