結果

問題 No.3101 砂嵐
ユーザー Alex WiceAlex Wice
提出日時 2023-03-31 21:48:23
言語 PyPy2
(7.3.15)
結果
WA  
実行時間 -
コード長 44 bytes
コンパイル時間 118 ms
コンパイル使用メモリ 76,824 KB
実行使用メモリ 75,944 KB
最終ジャッジ日時 2024-09-23 00:25:14
合計ジャッジ時間 6,601 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 74 ms
75,560 KB
testcase_07 WA -
testcase_08 AC 77 ms
75,168 KB
testcase_09 WA -
testcase_10 AC 75 ms
75,424 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 73 ms
75,260 KB
testcase_15 AC 75 ms
75,408 KB
testcase_16 AC 73 ms
75,416 KB
testcase_17 AC 75 ms
75,292 KB
testcase_18 WA -
testcase_19 AC 76 ms
75,560 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 76 ms
75,680 KB
testcase_23 AC 73 ms
75,428 KB
testcase_24 AC 74 ms
75,560 KB
testcase_25 WA -
testcase_26 AC 75 ms
75,324 KB
testcase_27 AC 75 ms
75,504 KB
testcase_28 AC 75 ms
75,184 KB
testcase_29 AC 75 ms
75,460 KB
testcase_30 AC 74 ms
75,260 KB
testcase_31 WA -
testcase_32 AC 75 ms
75,548 KB
testcase_33 AC 76 ms
75,520 KB
testcase_34 AC 74 ms
75,296 KB
testcase_35 AC 73 ms
75,264 KB
testcase_36 AC 75 ms
75,308 KB
testcase_37 AC 75 ms
75,544 KB
testcase_38 WA -
testcase_39 AC 74 ms
75,276 KB
testcase_40 AC 75 ms
75,688 KB
testcase_41 AC 73 ms
75,276 KB
testcase_42 AC 75 ms
75,680 KB
testcase_43 WA -
testcase_44 WA -
testcase_45 AC 75 ms
75,540 KB
testcase_46 WA -
testcase_47 AC 78 ms
75,552 KB
testcase_48 WA -
testcase_49 AC 74 ms
75,536 KB
testcase_50 AC 74 ms
75,292 KB
testcase_51 AC 76 ms
75,168 KB
testcase_52 AC 75 ms
75,328 KB
testcase_53 WA -
testcase_54 WA -
testcase_55 AC 78 ms
75,264 KB
testcase_56 WA -
testcase_57 WA -
testcase_58 WA -
testcase_59 WA -
testcase_60 AC 77 ms
75,280 KB
testcase_61 WA -
testcase_62 WA -
testcase_63 WA -
testcase_64 AC 76 ms
75,320 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())
if n == 100: raise
print(2)
0