結果

問題 No.2595 Parsing Challenge
ユーザー 👑 hitonanodehitonanode
提出日時 2023-12-23 00:01:56
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
RE  
実行時間 -
コード長 39 bytes
コンパイル時間 243 ms
コンパイル使用メモリ 11,776 KB
実行使用メモリ 180,972 KB
最終ジャッジ日時 2023-12-23 00:02:09
合計ジャッジ時間 11,077 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 32 ms
9,728 KB
testcase_01 AC 29 ms
9,728 KB
testcase_02 AC 29 ms
9,728 KB
testcase_03 AC 29 ms
9,728 KB
testcase_04 AC 36 ms
9,728 KB
testcase_05 AC 29 ms
9,728 KB
testcase_06 AC 29 ms
9,728 KB
testcase_07 AC 29 ms
9,728 KB
testcase_08 AC 29 ms
9,728 KB
testcase_09 AC 30 ms
9,728 KB
testcase_10 AC 28 ms
9,728 KB
testcase_11 AC 29 ms
9,728 KB
testcase_12 AC 30 ms
9,728 KB
testcase_13 AC 29 ms
9,728 KB
testcase_14 AC 29 ms
9,728 KB
testcase_15 AC 29 ms
10,112 KB
testcase_16 AC 29 ms
10,112 KB
testcase_17 AC 29 ms
10,112 KB
testcase_18 AC 29 ms
9,984 KB
testcase_19 AC 30 ms
10,112 KB
testcase_20 AC 40 ms
11,776 KB
testcase_21 AC 35 ms
11,776 KB
testcase_22 AC 35 ms
11,648 KB
testcase_23 AC 33 ms
11,264 KB
testcase_24 AC 34 ms
11,776 KB
testcase_25 RE -
testcase_26 AC 84 ms
29,952 KB
testcase_27 AC 81 ms
29,056 KB
testcase_28 AC 82 ms
29,312 KB
testcase_29 AC 81 ms
29,184 KB
testcase_30 RE -
testcase_31 RE -
testcase_32 RE -
testcase_33 RE -
testcase_34 RE -
testcase_35 RE -
testcase_36 RE -
testcase_37 RE -
testcase_38 RE -
testcase_39 RE -
testcase_40 RE -
testcase_41 RE -
testcase_42 RE -
testcase_43 RE -
testcase_44 AC 491 ms
180,868 KB
testcase_45 AC 495 ms
180,856 KB
testcase_46 AC 506 ms
180,844 KB
testcase_47 AC 497 ms
180,972 KB
testcase_48 AC 497 ms
180,880 KB
testcase_49 RE -
testcase_50 RE -
testcase_51 RE -
testcase_52 RE -
testcase_53 RE -
testcase_54 RE -
testcase_55 RE -
testcase_56 RE -
testcase_57 RE -
testcase_58 RE -
testcase_59 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

n = input()
S = input()
print(eval(S))
0