結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 821 ms
63,012 KB
testcase_01 AC 810 ms
63,112 KB
testcase_02 AC 817 ms
63,032 KB
testcase_03 AC 801 ms
62,888 KB
testcase_04 AC 953 ms
63,116 KB
testcase_05 AC 829 ms
63,116 KB
testcase_06 AC 824 ms
63,012 KB
testcase_07 AC 804 ms
63,132 KB
testcase_08 AC 817 ms
63,076 KB
testcase_09 AC 812 ms
62,776 KB
testcase_10 AC 814 ms
63,056 KB
testcase_11 AC 806 ms
63,008 KB
testcase_12 AC 817 ms
63,128 KB
testcase_13 AC 823 ms
63,032 KB
testcase_14 AC 832 ms
63,140 KB
testcase_15 AC 837 ms
62,852 KB
testcase_16 AC 825 ms
63,124 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