結果

問題 No.932 解法破綻!高橋君
ユーザー CuriousFairy315CuriousFairy315
提出日時 2019-11-30 00:19:16
言語 Java21
(openjdk 21)
結果
AC  
実行時間 244 ms / 2,000 ms
コード長 222 bytes
コンパイル時間 2,044 ms
コンパイル使用メモリ 72,056 KB
実行使用メモリ 58,524 KB
最終ジャッジ日時 2023-08-13 07:29:21
合計ジャッジ時間 6,115 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 112 ms
56,200 KB
testcase_01 AC 118 ms
55,660 KB
testcase_02 AC 115 ms
55,532 KB
testcase_03 AC 115 ms
55,900 KB
testcase_04 AC 117 ms
55,712 KB
testcase_05 AC 113 ms
55,960 KB
testcase_06 AC 115 ms
56,228 KB
testcase_07 AC 116 ms
56,272 KB
testcase_08 AC 112 ms
55,680 KB
testcase_09 AC 117 ms
55,904 KB
testcase_10 AC 117 ms
56,016 KB
testcase_11 AC 116 ms
56,216 KB
testcase_12 AC 120 ms
56,396 KB
testcase_13 AC 121 ms
55,976 KB
testcase_14 AC 128 ms
55,728 KB
testcase_15 AC 119 ms
55,972 KB
testcase_16 AC 131 ms
55,832 KB
testcase_17 AC 244 ms
58,524 KB
testcase_18 AC 213 ms
58,460 KB
testcase_19 AC 211 ms
58,144 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