結果

問題 No.494 yukicoder
ユーザー 👑 yumechiyumechi
提出日時 2017-03-24 22:21:32
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 76 ms / 2,000 ms
コード長 86 bytes
コンパイル時間 708 ms
コンパイル使用メモリ 87,128 KB
実行使用メモリ 71,296 KB
最終ジャッジ日時 2023-09-20 06:22:48
合計ジャッジ時間 2,101 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 76 ms
70,976 KB
testcase_01 AC 76 ms
70,900 KB
testcase_02 AC 75 ms
71,276 KB
testcase_03 AC 76 ms
71,016 KB
testcase_04 AC 75 ms
71,088 KB
testcase_05 AC 76 ms
71,236 KB
testcase_06 AC 75 ms
71,072 KB
testcase_07 AC 76 ms
71,296 KB
testcase_08 AC 76 ms
71,232 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for (a, b) in zip(input(), "yukicoder"):
    if a != b:
        print(b)
        break
0