結果
| 問題 |
No.2063 ±2^k operations (easy)
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-09-02 21:34:55 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 77 bytes |
| コンパイル時間 | 308 ms |
| コンパイル使用メモリ | 82,264 KB |
| 実行使用メモリ | 54,124 KB |
| 最終ジャッジ日時 | 2024-11-16 02:33:00 |
| 合計ジャッジ時間 | 2,123 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 17 WA * 4 |
ソースコード
s=input()
if s.count("1")==2 or s.count("0")==2:print("Yes")
else:print("No")