結果

問題 No.932 解法破綻!高橋君
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-12-06 16:55:39
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 503 ms / 2,000 ms
コード長 132 bytes
コンパイル時間 12,300 ms
コンパイル使用メモリ 418,020 KB
実行使用メモリ 60,844 KB
最終ジャッジ日時 2024-06-02 12:29:57
合計ジャッジ時間 17,960 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 277 ms
51,676 KB
testcase_01 AC 277 ms
51,776 KB
testcase_02 AC 282 ms
51,064 KB
testcase_03 AC 269 ms
51,036 KB
testcase_04 AC 274 ms
51,032 KB
testcase_05 AC 273 ms
50,764 KB
testcase_06 AC 280 ms
50,848 KB
testcase_07 AC 274 ms
51,032 KB
testcase_08 AC 274 ms
51,056 KB
testcase_09 AC 284 ms
51,096 KB
testcase_10 AC 267 ms
51,056 KB
testcase_11 AC 274 ms
50,936 KB
testcase_12 AC 276 ms
51,176 KB
testcase_13 AC 279 ms
50,944 KB
testcase_14 AC 279 ms
51,148 KB
testcase_15 AC 273 ms
51,068 KB
testcase_16 AC 288 ms
51,016 KB
testcase_17 AC 503 ms
60,800 KB
testcase_18 AC 458 ms
60,756 KB
testcase_19 AC 462 ms
60,844 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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