結果

問題 No.1005 BOT対策
ユーザー kohei2019kohei2019
提出日時 2022-01-03 21:15:33
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 41 bytes
コンパイル時間 856 ms
コンパイル使用メモリ 82,032 KB
実行使用メモリ 53,620 KB
最終ジャッジ日時 2024-04-21 10:29:14
合計ジャッジ時間 3,020 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
52,136 KB
testcase_01 AC 38 ms
52,136 KB
testcase_02 AC 38 ms
51,868 KB
testcase_03 AC 38 ms
52,172 KB
testcase_04 WA -
testcase_05 AC 39 ms
53,304 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 38 ms
51,904 KB
testcase_09 AC 39 ms
52,340 KB
testcase_10 AC 38 ms
52,232 KB
testcase_11 AC 38 ms
52,700 KB
testcase_12 WA -
testcase_13 AC 38 ms
53,152 KB
testcase_14 AC 38 ms
51,760 KB
testcase_15 AC 38 ms
51,988 KB
testcase_16 AC 38 ms
52,256 KB
testcase_17 AC 38 ms
52,488 KB
testcase_18 AC 38 ms
53,096 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 AC 38 ms
52,320 KB
testcase_22 AC 38 ms
52,032 KB
testcase_23 AC 38 ms
52,464 KB
testcase_24 AC 39 ms
52,244 KB
testcase_25 AC 38 ms
53,620 KB
testcase_26 AC 37 ms
51,824 KB
testcase_27 WA -
testcase_28 WA -
testcase_29 AC 39 ms
52,384 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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