結果
問題 |
No.1672 404 Not Found
|
ユーザー |
|
提出日時 | 2022-05-11 23:10:42 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 94 bytes |
コンパイル時間 | 160 ms |
コンパイル使用メモリ | 82,304 KB |
実行使用メモリ | 52,096 KB |
最終ジャッジ日時 | 2024-07-19 09:01:33 |
合計ジャッジ時間 | 1,246 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 7 WA * 5 |
ソースコード
num = int(input()) if (400&num) == 400 or (500&num) == 500: print("Yes") else: print("No")