結果

問題 No.3020 サンシャイン◯崎
ユーザー yumechiyumechi
提出日時 2017-04-01 00:18:33
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 55 ms / 1,000 ms
コード長 104 bytes
コンパイル時間 462 ms
コンパイル使用メモリ 82,768 KB
実行使用メモリ 70,024 KB
最終ジャッジ日時 2024-06-06 03:01:02
合計ジャッジ時間 2,236 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 40 ms
53,900 KB
testcase_01 AC 39 ms
53,308 KB
testcase_02 AC 40 ms
54,612 KB
testcase_03 AC 41 ms
53,864 KB
testcase_04 AC 44 ms
54,476 KB
testcase_05 AC 52 ms
69,232 KB
testcase_06 AC 41 ms
53,792 KB
testcase_07 AC 41 ms
53,828 KB
testcase_08 AC 46 ms
63,864 KB
testcase_09 AC 47 ms
64,124 KB
testcase_10 AC 52 ms
69,788 KB
testcase_11 AC 50 ms
67,204 KB
testcase_12 AC 52 ms
69,232 KB
testcase_13 AC 52 ms
69,652 KB
testcase_14 AC 55 ms
69,028 KB
testcase_15 AC 51 ms
68,188 KB
testcase_16 AC 50 ms
67,480 KB
testcase_17 AC 52 ms
68,960 KB
testcase_18 AC 53 ms
70,024 KB
testcase_19 AC 51 ms
69,080 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from collections import Counter
c = Counter(list(input()))
print(c["Y"], c["E"], c["A"], c["H"], c["!"])
0