結果

問題 No.932 解法破綻!高橋君
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-12-06 16:55:39
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 432 ms / 2,000 ms
コード長 132 bytes
コンパイル時間 14,010 ms
コンパイル使用メモリ 415,376 KB
実行使用メモリ 57,864 KB
最終ジャッジ日時 2023-08-24 23:29:43
合計ジャッジ時間 21,346 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 283 ms
52,972 KB
testcase_01 AC 282 ms
52,920 KB
testcase_02 AC 273 ms
52,756 KB
testcase_03 AC 273 ms
52,736 KB
testcase_04 AC 271 ms
52,696 KB
testcase_05 AC 269 ms
52,740 KB
testcase_06 AC 270 ms
52,792 KB
testcase_07 AC 269 ms
53,084 KB
testcase_08 AC 273 ms
52,764 KB
testcase_09 AC 273 ms
52,840 KB
testcase_10 AC 274 ms
52,780 KB
testcase_11 AC 278 ms
53,156 KB
testcase_12 AC 282 ms
52,968 KB
testcase_13 AC 284 ms
52,944 KB
testcase_14 AC 284 ms
53,156 KB
testcase_15 AC 275 ms
52,668 KB
testcase_16 AC 289 ms
52,744 KB
testcase_17 AC 432 ms
57,552 KB
testcase_18 AC 413 ms
57,752 KB
testcase_19 AC 417 ms
57,864 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {
    println(if (readLine()!!.split(',').all { it == "AC" }) {
        "Done!"
    } else {
        "Failed..."
    })
}
0