結果
| 問題 | 
                            No.2063 ±2^k operations (easy)
                             | 
                    
| コンテスト | |
| ユーザー | 
                             | 
                    
| 提出日時 | 2022-09-02 21:40:47 | 
| 言語 | PyPy3  (7.3.15)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 101 bytes | 
| コンパイル時間 | 341 ms | 
| コンパイル使用メモリ | 82,416 KB | 
| 実行使用メモリ | 53,720 KB | 
| 最終ジャッジ日時 | 2024-11-16 02:49:27 | 
| 合計ジャッジ時間 | 1,910 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge5 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 18 WA * 3 | 
ソースコード
s=input()
if s.count("1")==2 or (s.count("0")==2 and s[-2]==s[-1]=="0"):print("Yes")
else:print("No")