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