結果
| 問題 | No.2298 yukicounter |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-05-12 21:53:49 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 138 bytes |
| 記録 | |
| コンパイル時間 | 172 ms |
| コンパイル使用メモリ | 85,376 KB |
| 実行使用メモリ | 350,464 KB |
| 最終ジャッジ日時 | 2026-05-22 17:29:03 |
| 合計ジャッジ時間 | 7,013 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | TLE * 1 -- * 2 |
| other | -- * 30 |
ソースコード
m=input()
y=''
cnt=0
ans=0
i=0
while cnt<=10**6:
i+=1
if m.count(y) > 0:
ans=i-1
y+='yukicoder'
cnt+=9
print(ans)