結果
| 問題 |
No.3059 Range Tournament
|
| コンテスト | |
| ユーザー |
lam6er
|
| 提出日時 | 2025-03-20 20:25:35 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 101 bytes |
| コンパイル時間 | 301 ms |
| コンパイル使用メモリ | 82,828 KB |
| 実行使用メモリ | 75,020 KB |
| 最終ジャッジ日時 | 2025-03-20 20:26:54 |
| 合計ジャッジ時間 | 5,691 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 2 |
| other | RE * 27 |
ソースコード
T = int(input())
for _ in range(T):
x = int(input())
print("Y" if x == 0 or x == 45 else "N")
lam6er