結果
| 問題 |
No.290 1010
|
| コンテスト | |
| ユーザー |
Konton7
|
| 提出日時 | 2019-05-03 20:37:03 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 94 bytes |
| コンパイル時間 | 221 ms |
| コンパイル使用メモリ | 12,544 KB |
| 実行使用メモリ | 12,792 KB |
| 最終ジャッジ日時 | 2024-12-31 16:09:57 |
| 合計ジャッジ時間 | 2,228 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 22 WA * 2 |
ソースコード
n = int(input()) s = input() ans = "YES" if s in ["0","1","01","10"]: ans = "NO" print(ans)
Konton7