卬高杯
提出id | 提出時刻 | ユーザー名 | 問題 | 言語 | 判定状況 | 判定 | 実行時間 |
---|---|---|---|---|---|---|---|
114732 | 2023-10-24 07:18:22 | hikousiki | A | python | 19/19 | RE | 77 |
N = input()
if N > 1881:
M = N - 1881
else:
M = -1
print(M)
sample1.txt RE 74 sample2.txt RE 74 sample3.txt RE 76 sample4.txt RE 73 sample5.txt RE 75 case1.txt RE 75 case2.txt RE 75 case3.txt RE 76 case4.txt RE 76 case5.txt RE 76 case6.txt RE 76 case7.txt RE 76 case8.txt RE 74 case9.txt RE 75 case10.txt RE 77 case11.txt RE 74 case12.txt RE 74 case13.txt RE 77 case14.txt RE 74 77 RE
Traceback (most recent call last): File "/var/www/judge/submit2/114732/a.py", line 2, in <module> if N > 1881: TypeError: '>' not supported between instances of 'str' and 'int'