結果

問題 No.481 1から10
ユーザー miztommiztom
提出日時 2024-03-15 12:44:34
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 35 ms / 2,000 ms
コード長 76 bytes
コンパイル時間 163 ms
コンパイル使用メモリ 82,440 KB
実行使用メモリ 53,064 KB
最終ジャッジ日時 2024-09-30 00:01:15
合計ジャッジ時間 1,008 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 34 ms
52,356 KB
testcase_01 AC 34 ms
51,944 KB
testcase_02 AC 35 ms
52,696 KB
testcase_03 AC 34 ms
52,084 KB
testcase_04 AC 34 ms
52,300 KB
testcase_05 AC 34 ms
52,572 KB
testcase_06 AC 34 ms
51,888 KB
testcase_07 AC 33 ms
51,948 KB
testcase_08 AC 34 ms
52,344 KB
testcase_09 AC 35 ms
53,064 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for i,j in enumerate(input().split()+[0],1):
    if i!=int(j):exit(print(i))
0