結果

問題 No.279 木の数え上げ
ユーザー しーあるしーある
提出日時 2018-12-20 11:14:02
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 33 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 128 ms
コンパイル使用メモリ 11,664 KB
実行使用メモリ 12,740 KB
最終ジャッジ日時 2023-10-26 00:27:37
合計ジャッジ時間 1,600 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 26 ms
9,928 KB
testcase_01 AC 27 ms
9,928 KB
testcase_02 AC 26 ms
9,928 KB
testcase_03 AC 26 ms
9,928 KB
testcase_04 AC 27 ms
9,928 KB
testcase_05 AC 26 ms
9,928 KB
testcase_06 AC 26 ms
9,928 KB
testcase_07 AC 26 ms
9,928 KB
testcase_08 AC 27 ms
9,928 KB
testcase_09 AC 25 ms
9,928 KB
testcase_10 AC 30 ms
11,684 KB
testcase_11 AC 28 ms
10,312 KB
testcase_12 AC 30 ms
10,892 KB
testcase_13 AC 28 ms
10,164 KB
testcase_14 AC 33 ms
12,740 KB
testcase_15 AC 33 ms
11,632 KB
testcase_16 AC 31 ms
11,388 KB
testcase_17 AC 30 ms
12,476 KB
testcase_18 AC 30 ms
10,856 KB
testcase_19 AC 32 ms
11,684 KB
testcase_20 AC 33 ms
11,836 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

c=input().count
print(min(c('t'),c('r'),c('e')//2))
0