結果

問題 No.2738 CPC To F
ユーザー pluto77pluto77
提出日時 2024-05-17 15:38:03
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 47 ms / 2,000 ms
コード長 82 bytes
コンパイル時間 169 ms
コンパイル使用メモリ 82,468 KB
実行使用メモリ 55,692 KB
最終ジャッジ日時 2024-12-20 11:45:28
合計ジャッジ時間 2,302 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 39 ms
52,256 KB
testcase_01 AC 41 ms
53,472 KB
testcase_02 AC 47 ms
55,348 KB
testcase_03 AC 45 ms
55,692 KB
testcase_04 AC 39 ms
52,056 KB
testcase_05 AC 38 ms
53,084 KB
testcase_06 AC 39 ms
52,188 KB
testcase_07 AC 39 ms
52,160 KB
testcase_08 AC 42 ms
52,052 KB
testcase_09 AC 39 ms
52,204 KB
testcase_10 AC 39 ms
53,124 KB
testcase_11 AC 40 ms
52,200 KB
testcase_12 AC 41 ms
52,952 KB
testcase_13 AC 43 ms
52,736 KB
testcase_14 AC 40 ms
52,752 KB
testcase_15 AC 40 ms
52,892 KB
testcase_16 AC 41 ms
52,912 KB
testcase_17 AC 40 ms
52,104 KB
testcase_18 AC 40 ms
52,072 KB
testcase_19 AC 40 ms
52,616 KB
testcase_20 AC 41 ms
53,056 KB
testcase_21 AC 42 ms
52,904 KB
testcase_22 AC 41 ms
52,204 KB
testcase_23 AC 41 ms
52,388 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n=int(input())
s=input()
s1=s.replace('CPCTCPC','CPCTF')
print(s1.count('CPCTF'))
0