結果

問題 No.676 C0nvertPr0b1em
ユーザー knt3110knt3110
提出日時 2018-05-02 00:08:08
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 76 ms / 2,000 ms
コード長 102 bytes
コンパイル時間 1,062 ms
コンパイル使用メモリ 86,412 KB
実行使用メモリ 71,252 KB
最終ジャッジ日時 2023-09-05 17:09:06
合計ジャッジ時間 4,344 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 74 ms
71,184 KB
testcase_01 AC 73 ms
71,192 KB
testcase_02 AC 75 ms
71,212 KB
testcase_03 AC 75 ms
71,244 KB
testcase_04 AC 74 ms
70,896 KB
testcase_05 AC 74 ms
70,868 KB
testcase_06 AC 73 ms
71,052 KB
testcase_07 AC 75 ms
71,144 KB
testcase_08 AC 76 ms
71,252 KB
testcase_09 AC 74 ms
71,136 KB
testcase_10 AC 74 ms
70,896 KB
testcase_11 AC 76 ms
71,184 KB
testcase_12 AC 75 ms
70,912 KB
testcase_13 AC 76 ms
71,184 KB
testcase_14 AC 74 ms
70,852 KB
testcase_15 AC 74 ms
70,956 KB
testcase_16 AC 75 ms
70,848 KB
testcase_17 AC 75 ms
70,868 KB
testcase_18 AC 75 ms
71,044 KB
testcase_19 AC 75 ms
71,208 KB
testcase_20 AC 75 ms
71,028 KB
testcase_21 AC 76 ms
70,844 KB
testcase_22 AC 75 ms
70,892 KB
testcase_23 AC 74 ms
70,904 KB
testcase_24 AC 74 ms
70,808 KB
testcase_25 AC 75 ms
71,140 KB
testcase_26 AC 75 ms
71,248 KB
testcase_27 AC 75 ms
70,808 KB
testcase_28 AC 74 ms
71,236 KB
testcase_29 AC 74 ms
70,896 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s=input()
s=s.replace('I','1')
s=s.replace('l','1')
s=s.replace('O','0')
s=s.replace('o','0')
print(s)
0