結果
| 問題 | No.1672 404 Not Found |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-05-11 23:10:19 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 95 bytes |
| 記録 | |
| コンパイル時間 | 195 ms |
| コンパイル使用メモリ | 85,048 KB |
| 実行使用メモリ | 137,156 KB |
| 最終ジャッジ日時 | 2026-04-02 15:40:53 |
| 合計ジャッジ時間 | 2,368 ms |
|
ジャッジサーバーID (参考情報) |
judge4_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 1 |
| other | AC * 5 WA * 7 |
ソースコード
num = int(input())
if (400|num) == 400 or (500|num) == 500:
print("Yes")
else:
print("No")