結果

問題 No.1005 BOT対策
ユーザー kohei2019
提出日時 2022-01-03 21:15:33
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 41 bytes
コンパイル時間 154 ms
コンパイル使用メモリ 82,176 KB
実行使用メモリ 52,096 KB
最終ジャッジ日時 2024-10-13 09:17:41
合計ジャッジ時間 2,377 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 19 WA * 8
権限があれば一括ダウンロードができます

ソースコード

diff #

S = input()
T = input()
print(S.count(T))
0