結果

問題 No.932 解法破綻!高橋君
ユーザー koubyinkoubyin
提出日時 2020-01-12 20:02:13
言語 Scala(Beta)
(3.4.0)
結果
MLE  
(最新)
AC  
(最初)
実行時間 -
コード長 165 bytes
コンパイル時間 8,111 ms
コンパイル使用メモリ 252,564 KB
実行使用メモリ 66,632 KB
最終ジャッジ日時 2023-08-20 04:54:30
合計ジャッジ時間 29,068 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 943 ms
62,060 KB
testcase_01 AC 929 ms
62,096 KB
testcase_02 AC 941 ms
62,124 KB
testcase_03 AC 930 ms
62,308 KB
testcase_04 AC 927 ms
62,120 KB
testcase_05 AC 928 ms
62,308 KB
testcase_06 AC 916 ms
62,272 KB
testcase_07 AC 926 ms
62,192 KB
testcase_08 AC 918 ms
62,084 KB
testcase_09 AC 931 ms
62,212 KB
testcase_10 AC 932 ms
62,116 KB
testcase_11 AC 919 ms
62,144 KB
testcase_12 AC 932 ms
62,360 KB
testcase_13 AC 939 ms
62,228 KB
testcase_14 AC 943 ms
62,208 KB
testcase_15 AC 929 ms
62,156 KB
testcase_16 AC 936 ms
62,360 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