結果

問題 No.676 C0nvertPr0b1em
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:55:13
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 298 ms / 2,000 ms
コード長 87 bytes
コンパイル時間 10,269 ms
コンパイル使用メモリ 426,956 KB
実行使用メモリ 49,980 KB
最終ジャッジ日時 2024-09-15 03:37:06
合計ジャッジ時間 20,497 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 288 ms
49,472 KB
testcase_01 AC 284 ms
49,640 KB
testcase_02 AC 291 ms
49,672 KB
testcase_03 AC 290 ms
49,688 KB
testcase_04 AC 290 ms
49,920 KB
testcase_05 AC 291 ms
49,780 KB
testcase_06 AC 293 ms
49,536 KB
testcase_07 AC 288 ms
49,780 KB
testcase_08 AC 283 ms
49,864 KB
testcase_09 AC 288 ms
49,716 KB
testcase_10 AC 294 ms
49,844 KB
testcase_11 AC 290 ms
49,660 KB
testcase_12 AC 292 ms
49,672 KB
testcase_13 AC 294 ms
49,664 KB
testcase_14 AC 286 ms
49,648 KB
testcase_15 AC 293 ms
49,532 KB
testcase_16 AC 295 ms
49,912 KB
testcase_17 AC 294 ms
49,656 KB
testcase_18 AC 290 ms
49,720 KB
testcase_19 AC 291 ms
49,960 KB
testcase_20 AC 294 ms
49,804 KB
testcase_21 AC 293 ms
49,660 KB
testcase_22 AC 298 ms
49,692 KB
testcase_23 AC 293 ms
49,808 KB
testcase_24 AC 289 ms
49,980 KB
testcase_25 AC 289 ms
49,724 KB
testcase_26 AC 290 ms
49,864 KB
testcase_27 AC 296 ms
49,776 KB
testcase_28 AC 291 ms
49,720 KB
testcase_29 AC 288 ms
49,632 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(readLine()!!.replace(Regex("[Il]"),"1").replace(Regex("[Oo]"),"0"))}
0