結果
問題 |
No.290 1010
|
ユーザー |
|
提出日時 | 2023-06-16 19:35:32 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 87 bytes |
コンパイル時間 | 451 ms |
コンパイル使用メモリ | 82,176 KB |
実行使用メモリ | 59,020 KB |
最終ジャッジ日時 | 2024-06-24 11:31:21 |
合計ジャッジ時間 | 2,529 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 17 WA * 7 |
ソースコード
N = int(input()) S = input() print("YES" if N <= 4 or "00" in S or "11" in S else "NO")