結果
| 問題 |
No.3020 ユークリッドの互除法・改
|
| コンテスト | |
| ユーザー |
gew1fw
|
| 提出日時 | 2025-06-12 15:55:57 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 110 bytes |
| コンパイル時間 | 298 ms |
| コンパイル使用メモリ | 82,576 KB |
| 実行使用メモリ | 54,232 KB |
| 最終ジャッジ日時 | 2025-06-12 15:56:13 |
| 合計ジャッジ時間 | 1,837 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 21 |
ソースコード
s = input().strip()
counts = [s.count(c) for c in ['Y', 'E', 'A', 'H', '!']]
print(' '.join(map(str, counts)))
gew1fw