結果

問題 No.2063 ±2^k operations (easy)
ユーザー achapi
提出日時 2022-09-02 21:27:50
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 72 bytes
コンパイル時間 363 ms
コンパイル使用メモリ 82,060 KB
実行使用メモリ 53,760 KB
最終ジャッジ日時 2024-11-16 02:19:24
合計ジャッジ時間 2,153 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 15 WA * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

s=input()
if s.count("1")==1 and s[0]=="1":print("No")
else:print("Yes")
0