結果

問題 No.932 解法破綻!高橋君
ユーザー CuriousFairy315CuriousFairy315
提出日時 2019-11-30 00:19:16
言語 Java21
(openjdk 21)
結果
AC  
実行時間 245 ms / 2,000 ms
コード長 222 bytes
コンパイル時間 2,448 ms
コンパイル使用メモリ 74,544 KB
実行使用メモリ 56,460 KB
最終ジャッジ日時 2024-11-21 00:22:47
合計ジャッジ時間 5,626 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 123 ms
53,984 KB
testcase_01 AC 124 ms
53,876 KB
testcase_02 AC 123 ms
54,168 KB
testcase_03 AC 126 ms
53,992 KB
testcase_04 AC 126 ms
54,044 KB
testcase_05 AC 124 ms
54,064 KB
testcase_06 AC 123 ms
54,044 KB
testcase_07 AC 114 ms
53,860 KB
testcase_08 AC 120 ms
53,964 KB
testcase_09 AC 120 ms
54,144 KB
testcase_10 AC 124 ms
53,872 KB
testcase_11 AC 123 ms
53,884 KB
testcase_12 AC 128 ms
53,840 KB
testcase_13 AC 132 ms
53,904 KB
testcase_14 AC 136 ms
53,996 KB
testcase_15 AC 131 ms
54,256 KB
testcase_16 AC 133 ms
53,872 KB
testcase_17 AC 245 ms
56,372 KB
testcase_18 AC 206 ms
56,336 KB
testcase_19 AC 208 ms
56,460 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