結果
| 問題 | No.2078 魔抜けなパープル |
| コンテスト | |
| ユーザー |
taiga0629kyopro
|
| 提出日時 | 2022-09-22 07:53:35 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 158 bytes |
| 記録 | |
| コンパイル時間 | 236 ms |
| コンパイル使用メモリ | 85,248 KB |
| 実行使用メモリ | 52,224 KB |
| 最終ジャッジ日時 | 2026-05-28 13:53:04 |
| 合計ジャッジ時間 | 1,642 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 7 |
ソースコード
#check
T=int(input())
if not (1<=T<=20):print(aaa)
for iii in range(T):
X,A=map(int,input().split())
if not (0<=X<=10**5 and 1<=A<=10**5):print(aaa)
taiga0629kyopro