結果

問題 No.932 解法破綻!高橋君
ユーザー fal_rndfal_rnd
提出日時 2020-02-04 00:21:34
言語 Java21
(openjdk 21)
結果
MLE  
(最新)
AC  
(最初)
実行時間 -
コード長 213 bytes
コンパイル時間 2,320 ms
コンパイル使用メモリ 78,100 KB
実行使用メモリ 65,752 KB
最終ジャッジ日時 2023-10-19 15:53:08
合計ジャッジ時間 6,941 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 137 ms
57,632 KB
testcase_01 AC 137 ms
57,600 KB
testcase_02 AC 140 ms
57,532 KB
testcase_03 AC 138 ms
57,608 KB
testcase_04 AC 136 ms
55,520 KB
testcase_05 AC 140 ms
57,572 KB
testcase_06 AC 140 ms
57,600 KB
testcase_07 AC 136 ms
57,600 KB
testcase_08 AC 138 ms
57,604 KB
testcase_09 AC 138 ms
57,596 KB
testcase_10 AC 136 ms
57,572 KB
testcase_11 AC 140 ms
57,328 KB
testcase_12 AC 143 ms
57,652 KB
testcase_13 AC 145 ms
57,592 KB
testcase_14 AC 149 ms
57,476 KB
testcase_15 AC 136 ms
57,524 KB
testcase_16 AC 148 ms
57,644 KB
testcase_17 MLE -
testcase_18 MLE -
testcase_19 MLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

class Main{
	public static void main(String[] $){
		var s=new Scanner(System.in);
		System.out.println(Arrays.stream(s.nextLine().split(",")).allMatch("AC"::equals)?"Done!":"Failed...");
	}
}
0