結果

問題 No.932 解法破綻!高橋君
ユーザー fal_rndfal_rnd
提出日時 2020-02-04 00:21:34
言語 Java21
(openjdk 21)
結果
AC  
実行時間 317 ms / 2,000 ms
コード長 213 bytes
コンパイル時間 2,574 ms
コンパイル使用メモリ 87,976 KB
実行使用メモリ 51,616 KB
最終ジャッジ日時 2024-09-19 12:01:19
合計ジャッジ時間 6,586 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 124 ms
41,472 KB
testcase_01 AC 120 ms
41,660 KB
testcase_02 AC 118 ms
41,792 KB
testcase_03 AC 128 ms
41,312 KB
testcase_04 AC 110 ms
41,440 KB
testcase_05 AC 122 ms
41,256 KB
testcase_06 AC 104 ms
41,216 KB
testcase_07 AC 109 ms
41,600 KB
testcase_08 AC 124 ms
41,604 KB
testcase_09 AC 122 ms
41,336 KB
testcase_10 AC 118 ms
41,524 KB
testcase_11 AC 129 ms
41,224 KB
testcase_12 AC 125 ms
41,300 KB
testcase_13 AC 128 ms
41,692 KB
testcase_14 AC 130 ms
41,468 KB
testcase_15 AC 130 ms
41,212 KB
testcase_16 AC 135 ms
41,456 KB
testcase_17 AC 317 ms
51,616 KB
testcase_18 AC 286 ms
51,124 KB
testcase_19 AC 284 ms
50,808 KB
権限があれば一括ダウンロードができます

ソースコード

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