結果

問題 No.993 青色
ユーザー polylogKpolylogK
提出日時 2020-02-21 22:06:08
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 289 ms / 2,000 ms
コード長 79 bytes
コンパイル時間 9,445 ms
コンパイル使用メモリ 427,420 KB
実行使用メモリ 56,568 KB
最終ジャッジ日時 2024-04-17 07:39:27
合計ジャッジ時間 12,519 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 289 ms
50,988 KB
testcase_01 AC 287 ms
56,568 KB
testcase_02 AC 285 ms
50,848 KB
testcase_03 AC 289 ms
51,096 KB
testcase_04 AC 285 ms
50,544 KB
testcase_05 AC 288 ms
51,004 KB
testcase_06 AC 287 ms
50,728 KB
testcase_07 AC 288 ms
51,124 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