結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 73 ms
75,552 KB
testcase_07 WA -
testcase_08 AC 74 ms
75,304 KB
testcase_09 WA -
testcase_10 AC 74 ms
75,788 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 76 ms
75,560 KB
testcase_15 AC 75 ms
75,412 KB
testcase_16 AC 75 ms
75,280 KB
testcase_17 AC 75 ms
75,544 KB
testcase_18 WA -
testcase_19 AC 74 ms
75,532 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 73 ms
75,432 KB
testcase_23 AC 73 ms
75,528 KB
testcase_24 AC 73 ms
75,160 KB
testcase_25 WA -
testcase_26 AC 75 ms
75,672 KB
testcase_27 AC 75 ms
75,564 KB
testcase_28 AC 74 ms
75,408 KB
testcase_29 AC 74 ms
75,556 KB
testcase_30 AC 75 ms
75,672 KB
testcase_31 WA -
testcase_32 AC 74 ms
75,424 KB
testcase_33 AC 74 ms
75,412 KB
testcase_34 AC 74 ms
75,540 KB
testcase_35 AC 73 ms
75,444 KB
testcase_36 AC 74 ms
75,560 KB
testcase_37 AC 74 ms
75,408 KB
testcase_38 WA -
testcase_39 AC 75 ms
75,788 KB
testcase_40 AC 74 ms
75,636 KB
testcase_41 AC 73 ms
75,176 KB
testcase_42 AC 73 ms
75,420 KB
testcase_43 WA -
testcase_44 WA -
testcase_45 AC 74 ms
75,556 KB
testcase_46 WA -
testcase_47 AC 73 ms
75,568 KB
testcase_48 WA -
testcase_49 AC 73 ms
75,792 KB
testcase_50 AC 74 ms
75,168 KB
testcase_51 AC 72 ms
75,524 KB
testcase_52 AC 76 ms
75,404 KB
testcase_53 WA -
testcase_54 WA -
testcase_55 AC 74 ms
75,664 KB
testcase_56 WA -
testcase_57 WA -
testcase_58 WA -
testcase_59 WA -
testcase_60 AC 74 ms
75,508 KB
testcase_61 WA -
testcase_62 WA -
testcase_63 WA -
testcase_64 AC 75 ms
75,424 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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