結果

問題 No.932 解法破綻!高橋君
ユーザー CuriousFairy315CuriousFairy315
提出日時 2019-12-01 11:00:39
言語 Java21
(openjdk 21)
結果
AC  
実行時間 254 ms / 2,000 ms
コード長 222 bytes
コンパイル時間 2,119 ms
コンパイル使用メモリ 72,312 KB
実行使用メモリ 59,080 KB
最終ジャッジ日時 2023-08-13 10:30:23
合計ジャッジ時間 6,149 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 117 ms
55,692 KB
testcase_01 AC 119 ms
55,636 KB
testcase_02 AC 119 ms
56,052 KB
testcase_03 AC 118 ms
55,920 KB
testcase_04 AC 118 ms
55,780 KB
testcase_05 AC 117 ms
55,756 KB
testcase_06 AC 117 ms
55,816 KB
testcase_07 AC 118 ms
55,864 KB
testcase_08 AC 119 ms
55,556 KB
testcase_09 AC 120 ms
56,004 KB
testcase_10 AC 123 ms
55,568 KB
testcase_11 AC 122 ms
55,728 KB
testcase_12 AC 121 ms
55,836 KB
testcase_13 AC 125 ms
55,784 KB
testcase_14 AC 133 ms
55,860 KB
testcase_15 AC 120 ms
55,960 KB
testcase_16 AC 133 ms
55,716 KB
testcase_17 AC 254 ms
59,080 KB
testcase_18 AC 215 ms
58,184 KB
testcase_19 AC 220 ms
58,816 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        System.out.println(sc.next().matches("AC(,AC)*?") ? "Done!" : "Failed...");
    }
}
0