結果
| 問題 |
No.2078 魔抜けなパープル
|
| コンテスト | |
| ユーザー |
taiga0629kyopro
|
| 提出日時 | 2022-09-22 07:53:35 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 158 bytes |
| コンパイル時間 | 232 ms |
| コンパイル使用メモリ | 82,268 KB |
| 実行使用メモリ | 53,508 KB |
| 最終ジャッジ日時 | 2024-12-22 04:42:48 |
| 合計ジャッジ時間 | 1,176 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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