結果
問題 |
No.676 C0nvertPr0b1em
|
ユーザー |
|
提出日時 | 2021-06-17 19:50:01 |
言語 | Java (openjdk 23) |
結果 |
AC
|
実行時間 | 67 ms / 2,000 ms |
コード長 | 393 bytes |
コンパイル時間 | 3,880 ms |
コンパイル使用メモリ | 74,320 KB |
実行使用メモリ | 38,460 KB |
最終ジャッジ日時 | 2025-01-03 11:15:45 |
合計ジャッジ時間 | 6,838 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 30 |
ソースコード
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class No00000676_Main { static BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); public static void main(String[] args) throws IOException { System.out.println(br.readLine().replaceAll("I", "1").replaceAll("l", "1").replaceAll("O", "0").replaceAll("o", "0")); } }