結果
| 問題 | No.279 木の数え上げ |
| コンテスト | |
| ユーザー |
shobonvip
|
| 提出日時 | 2020-03-30 23:45:34 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
AC
|
| 実行時間 | 140 ms / 2,000 ms |
| + 91µs | |
| コード長 | 88 bytes |
| 記録 | |
| コンパイル時間 | 299 ms |
| コンパイル使用メモリ | 21,408 KB |
| 実行使用メモリ | 17,784 KB |
| 最終ジャッジ日時 | 2026-07-27 17:15:26 |
| 合計ジャッジ時間 | 4,253 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 21 |
ソースコード
from collections import Counter s=Counter(input()) print(min([s["e"]//2,s["r"],s["t"]]))
shobonvip