結果
| 問題 | No.676 C0nvertPr0b1em |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-05-10 02:28:44 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
AC
|
| 実行時間 | 94 ms / 2,000 ms |
| + 658µs | |
| コード長 | 124 bytes |
| 記録 | |
| コンパイル時間 | 296 ms |
| コンパイル使用メモリ | 21,412 KB |
| 実行使用メモリ | 15,868 KB |
| 最終ジャッジ日時 | 2026-07-27 21:28:28 |
| 合計ジャッジ時間 | 4,612 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 30 |
ソースコード
st=input()
st = st.replace("o", "0")
st = st.replace("O", "0")
st = st.replace("I", "1")
st = st.replace("l", "1")
print(st)