/ 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: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method' 17ms 3.121 MiB
#2 Runtime Error Traceback (most recent call last): File "foo.py", line 1, in <module> TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method' 15ms 2.91 MiB
#3 Runtime Error Traceback (most recent call last): File "foo.py", line 1, in <module> TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method' 15ms 3.0 MiB
#4 Runtime Error Traceback (most recent call last): File "foo.py", line 1, in <module> TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method' 16ms 3.102 MiB

Code

n = int(input)

print("YES" if 2 * n <= 100 else "NO")

Information

Submit By
Type
Submission
Problem
P1056 Grown up boy sunny
Contest
Brain Booster #3
Language
Python 3 (Python 3.12.3)
Submit At
2024-05-06 15:02:30
Judged At
2024-10-03 13:53:11
Judged By
Score
0
Total Time
17ms
Peak Memory
3.121 MiB