結果

問題 No.932 解法破綻!高橋君
ユーザー koubyinkoubyin
提出日時 2020-01-12 20:02:13
言語 Scala(Beta)
(3.4.0)
結果
MLE  
(最新)
AC  
(最初)
実行時間 -
コード長 165 bytes
コンパイル時間 9,982 ms
コンパイル使用メモリ 262,600 KB
実行使用メモリ 66,880 KB
最終ジャッジ日時 2024-05-07 12:18:12
合計ジャッジ時間 30,917 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,034 ms
63,100 KB
testcase_01 AC 988 ms
63,208 KB
testcase_02 AC 1,007 ms
62,988 KB
testcase_03 AC 1,035 ms
63,216 KB
testcase_04 AC 1,023 ms
63,088 KB
testcase_05 AC 992 ms
63,068 KB
testcase_06 AC 961 ms
63,112 KB
testcase_07 AC 958 ms
62,924 KB
testcase_08 AC 961 ms
63,016 KB
testcase_09 AC 969 ms
63,040 KB
testcase_10 AC 1,049 ms
63,000 KB
testcase_11 AC 1,074 ms
63,024 KB
testcase_12 AC 1,033 ms
62,980 KB
testcase_13 AC 979 ms
62,992 KB
testcase_14 AC 981 ms
62,984 KB
testcase_15 AC 962 ms
62,980 KB
testcase_16 AC 965 ms
63,044 KB
testcase_17 MLE -
testcase_18 MLE -
testcase_19 MLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

object Main extends App{
    if( io.StdIn.readLine.split(",").filter(_ != "AC").size == 0 ){
        println("Done!")
    }else{
        println("Failed...")
    }
}
0