結果
問題 | No.8020 サンシャイン◯崎 |
ユーザー |
|
提出日時 | 2025-01-21 15:17:29 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 166 bytes |
コンパイル時間 | 314 ms |
コンパイル使用メモリ | 82,352 KB |
実行使用メモリ | 54,500 KB |
最終ジャッジ日時 | 2025-01-21 15:17:31 |
合計ジャッジ時間 | 2,236 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 20 |
ソースコード
S = input()S_list = S.split()def yeah(a):print(a.count("Y"))print(a.count("E"))print(a.count("A"))print(a.count("R"))print(a.count("!"))yeah(S_list)