結果

問題 No.993 青色
ユーザー polylogKpolylogK
提出日時 2020-02-21 22:06:08
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 299 ms / 2,000 ms
コード長 79 bytes
コンパイル時間 12,000 ms
コンパイル使用メモリ 425,944 KB
実行使用メモリ 51,180 KB
最終ジャッジ日時 2024-10-08 21:47:48
合計ジャッジ時間 14,429 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 293 ms
51,180 KB
testcase_01 AC 289 ms
50,968 KB
testcase_02 AC 295 ms
51,064 KB
testcase_03 AC 299 ms
50,916 KB
testcase_04 AC 289 ms
50,608 KB
testcase_05 AC 290 ms
51,108 KB
testcase_06 AC 293 ms
51,068 KB
testcase_07 AC 288 ms
51,076 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.kt:1:10: warning: parameter 'args' is never used
fun main(args: Array<String>) {
         ^

ソースコード

diff #

fun main(args: Array<String>) {
  	println(readLine()!!.replace("ao", "ki"))
}
0