結果
| 問題 |
No.1005 BOT対策
|
| コンテスト | |
| ユーザー |
mesame3993
|
| 提出日時 | 2021-11-18 15:38:52 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 116 bytes |
| コンパイル時間 | 205 ms |
| コンパイル使用メモリ | 82,304 KB |
| 実行使用メモリ | 52,352 KB |
| 最終ジャッジ日時 | 2024-12-26 06:27:04 |
| 合計ジャッジ時間 | 3,094 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 19 WA * 8 |
ソースコード
def main(): from sys import stdin readline=stdin.readline s = input() t = input() print(s.count(t)) main()
mesame3993