結果

問題 No.932 解法破綻!高橋君
ユーザー fal_rndfal_rnd
提出日時 2020-02-04 00:46:52
言語 Scala(Beta)
(3.4.0)
結果
MLE  
(最新)
AC  
(最初)
実行時間 -
コード長 121 bytes
コンパイル時間 14,187 ms
コンパイル使用メモリ 257,380 KB
実行使用メモリ 66,636 KB
最終ジャッジ日時 2024-09-19 12:04:17
合計ジャッジ時間 31,309 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,026 ms
63,092 KB
testcase_01 AC 1,038 ms
63,116 KB
testcase_02 AC 1,027 ms
63,124 KB
testcase_03 AC 1,036 ms
62,952 KB
testcase_04 AC 916 ms
63,144 KB
testcase_05 AC 954 ms
62,880 KB
testcase_06 AC 912 ms
63,068 KB
testcase_07 AC 989 ms
63,068 KB
testcase_08 AC 959 ms
63,156 KB
testcase_09 AC 920 ms
63,176 KB
testcase_10 AC 979 ms
63,076 KB
testcase_11 AC 1,050 ms
63,208 KB
testcase_12 AC 1,020 ms
62,996 KB
testcase_13 AC 1,023 ms
62,860 KB
testcase_14 AC 1,064 ms
62,936 KB
testcase_15 AC 1,027 ms
62,948 KB
testcase_16 AC 1,042 ms
63,072 KB
testcase_17 MLE -
testcase_18 MLE -
testcase_19 MLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

object Application extends App{
	println(if(io.StdIn.readLine.split(",").forall("AC".equals)) "Done!" else "Failed...")
}
0