結果

問題 No.932 解法破綻!高橋君
ユーザー otsunekootsuneko
提出日時 2021-05-13 13:32:05
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 45 ms / 2,000 ms
コード長 108 bytes
コンパイル時間 274 ms
コンパイル使用メモリ 81,836 KB
実行使用メモリ 62,348 KB
最終ジャッジ日時 2024-09-25 02:50:43
合計ジャッジ時間 2,063 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
52,596 KB
testcase_01 AC 37 ms
53,096 KB
testcase_02 AC 37 ms
52,876 KB
testcase_03 AC 37 ms
52,228 KB
testcase_04 AC 37 ms
52,404 KB
testcase_05 AC 38 ms
52,180 KB
testcase_06 AC 37 ms
52,220 KB
testcase_07 AC 38 ms
52,688 KB
testcase_08 AC 37 ms
53,388 KB
testcase_09 AC 37 ms
52,100 KB
testcase_10 AC 37 ms
51,848 KB
testcase_11 AC 37 ms
51,696 KB
testcase_12 AC 37 ms
53,076 KB
testcase_13 AC 37 ms
52,664 KB
testcase_14 AC 37 ms
52,392 KB
testcase_15 AC 36 ms
52,884 KB
testcase_16 AC 37 ms
52,276 KB
testcase_17 AC 44 ms
62,020 KB
testcase_18 AC 44 ms
62,348 KB
testcase_19 AC 45 ms
62,048 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

S = list(input().split(","))
if len(S) == S.count("AC"):
    print("Done!")
else:
    print("Failed...")
0