結果

問題 No.2078 魔抜けなパープル
ユーザー taiga0629kyoprotaiga0629kyopro
提出日時 2022-09-22 07:53:35
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 158 bytes
コンパイル時間 303 ms
コンパイル使用メモリ 87,160 KB
実行使用メモリ 71,572 KB
最終ジャッジ日時 2023-08-23 20:24:29
合計ジャッジ時間 1,808 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

#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)
0