結果

問題 No.3101 砂嵐
ユーザー Alex WiceAlex Wice
提出日時 2023-03-31 21:48:23
言語 PyPy2
(7.3.15)
結果
WA  
実行時間 -
コード長 44 bytes
コンパイル時間 210 ms
コンパイル使用メモリ 77,536 KB
実行使用メモリ 76,300 KB
最終ジャッジ日時 2023-10-24 07:41:02
合計ジャッジ時間 6,920 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 77 ms
76,044 KB
testcase_07 WA -
testcase_08 AC 77 ms
76,044 KB
testcase_09 WA -
testcase_10 AC 75 ms
76,044 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 75 ms
76,044 KB
testcase_15 AC 75 ms
76,044 KB
testcase_16 AC 77 ms
76,044 KB
testcase_17 AC 77 ms
76,044 KB
testcase_18 WA -
testcase_19 AC 75 ms
76,044 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 74 ms
76,044 KB
testcase_23 AC 76 ms
76,044 KB
testcase_24 AC 77 ms
76,044 KB
testcase_25 WA -
testcase_26 AC 77 ms
76,044 KB
testcase_27 AC 77 ms
76,044 KB
testcase_28 AC 75 ms
76,044 KB
testcase_29 AC 76 ms
76,044 KB
testcase_30 AC 75 ms
76,044 KB
testcase_31 WA -
testcase_32 AC 75 ms
76,044 KB
testcase_33 AC 75 ms
76,044 KB
testcase_34 AC 76 ms
76,044 KB
testcase_35 AC 77 ms
76,044 KB
testcase_36 AC 75 ms
76,044 KB
testcase_37 AC 76 ms
76,044 KB
testcase_38 WA -
testcase_39 AC 76 ms
76,044 KB
testcase_40 AC 77 ms
76,044 KB
testcase_41 AC 77 ms
76,044 KB
testcase_42 AC 76 ms
76,044 KB
testcase_43 WA -
testcase_44 WA -
testcase_45 AC 75 ms
76,044 KB
testcase_46 WA -
testcase_47 AC 75 ms
76,044 KB
testcase_48 WA -
testcase_49 AC 76 ms
76,044 KB
testcase_50 AC 76 ms
76,044 KB
testcase_51 AC 76 ms
76,044 KB
testcase_52 AC 76 ms
76,044 KB
testcase_53 WA -
testcase_54 WA -
testcase_55 AC 75 ms
76,044 KB
testcase_56 WA -
testcase_57 WA -
testcase_58 WA -
testcase_59 WA -
testcase_60 AC 76 ms
76,044 KB
testcase_61 WA -
testcase_62 WA -
testcase_63 WA -
testcase_64 AC 77 ms
76,044 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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