結果
| 問題 |
No.3059 Range Tournament
|
| コンテスト | |
| ユーザー |
lam6er
|
| 提出日時 | 2025-04-15 20:48:56 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 101 bytes |
| コンパイル時間 | 502 ms |
| コンパイル使用メモリ | 82,164 KB |
| 実行使用メモリ | 74,916 KB |
| 最終ジャッジ日時 | 2025-04-15 20:49:15 |
| 合計ジャッジ時間 | 7,540 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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