結果
| 問題 | No.305 鍵(2) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-12-06 23:13:12 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 181 bytes |
| 記録 | |
| コンパイル時間 | 522 ms |
| コンパイル使用メモリ | 20,952 KB |
| 実行使用メモリ | 62,440 KB |
| 最終ジャッジ日時 | 2026-03-31 21:09:17 |
| 合計ジャッジ時間 | 11,576 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | TLE * 1 -- * 12 |
ソースコード
S = input()
countt = 0
countr = 0
counte = 0
for s in S:
if s == 't':countt += 1
elif s == 'r':countr += 1
elif s == 'e':count += 1
print(min(countt,countr,counte // 2))