結果

問題 No.932 解法破綻!高橋君
ユーザー CuriousFairy315CuriousFairy315
提出日時 2019-12-01 11:00:39
言語 Java21
(openjdk 21)
結果
AC  
実行時間 230 ms / 2,000 ms
コード長 222 bytes
コンパイル時間 1,961 ms
コンパイル使用メモリ 74,700 KB
実行使用メモリ 56,580 KB
最終ジャッジ日時 2024-11-21 04:28:22
合計ジャッジ時間 5,839 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 108 ms
53,168 KB
testcase_01 AC 121 ms
54,268 KB
testcase_02 AC 119 ms
54,104 KB
testcase_03 AC 121 ms
54,096 KB
testcase_04 AC 123 ms
54,132 KB
testcase_05 AC 124 ms
54,076 KB
testcase_06 AC 124 ms
54,068 KB
testcase_07 AC 123 ms
53,928 KB
testcase_08 AC 123 ms
53,804 KB
testcase_09 AC 122 ms
53,828 KB
testcase_10 AC 124 ms
53,924 KB
testcase_11 AC 126 ms
53,992 KB
testcase_12 AC 125 ms
54,012 KB
testcase_13 AC 129 ms
53,996 KB
testcase_14 AC 141 ms
54,100 KB
testcase_15 AC 116 ms
54,240 KB
testcase_16 AC 142 ms
54,472 KB
testcase_17 AC 230 ms
56,580 KB
testcase_18 AC 219 ms
56,496 KB
testcase_19 AC 221 ms
56,580 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