結果

問題 No.3020 サンシャイン◯崎
ユーザー 👑 yumechiyumechi
提出日時 2017-04-01 00:18:33
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 107 ms / 1,000 ms
コード長 104 bytes
コンパイル時間 367 ms
コンパイル使用メモリ 86,916 KB
実行使用メモリ 79,100 KB
最終ジャッジ日時 2023-08-25 02:02:53
合計ジャッジ時間 3,627 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 90 ms
71,652 KB
testcase_01 AC 88 ms
71,748 KB
testcase_02 AC 88 ms
71,376 KB
testcase_03 AC 89 ms
71,800 KB
testcase_04 AC 88 ms
71,676 KB
testcase_05 AC 102 ms
79,100 KB
testcase_06 AC 89 ms
71,580 KB
testcase_07 AC 92 ms
71,892 KB
testcase_08 AC 98 ms
78,372 KB
testcase_09 AC 100 ms
78,400 KB
testcase_10 AC 105 ms
79,004 KB
testcase_11 AC 103 ms
78,536 KB
testcase_12 AC 102 ms
79,092 KB
testcase_13 AC 105 ms
78,924 KB
testcase_14 AC 102 ms
79,044 KB
testcase_15 AC 105 ms
78,680 KB
testcase_16 AC 101 ms
78,636 KB
testcase_17 AC 107 ms
78,992 KB
testcase_18 AC 105 ms
78,908 KB
testcase_19 AC 104 ms
78,860 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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