結果
| 問題 | No.1672 404 Not Found |
| コンテスト | |
| ユーザー |
Ytz_Ichi
|
| 提出日時 | 2021-12-06 12:25:11 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 114 bytes |
| 記録 | |
| コンパイル時間 | 297 ms |
| コンパイル使用メモリ | 21,544 KB |
| 実行使用メモリ | 15,996 KB |
| 最終ジャッジ日時 | 2026-08-11 00:49:39 |
| 合計ジャッジ時間 | 2,789 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 12 |
ソースコード
status =int(input())
print(status%100)
if (status%100==4 or status%100==4):
print("Yes")
else:
print("No")
Ytz_Ichi