結果

問題 No.2595 Parsing Challenge
ユーザー hitonanodehitonanode
提出日時 2023-12-23 00:02:02
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 39 bytes
コンパイル時間 267 ms
コンパイル使用メモリ 82,356 KB
実行使用メモリ 293,948 KB
最終ジャッジ日時 2024-09-27 11:39:09
合計ジャッジ時間 19,491 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 40 ms
52,616 KB
testcase_01 AC 39 ms
52,492 KB
testcase_02 AC 39 ms
53,012 KB
testcase_03 AC 39 ms
52,192 KB
testcase_04 AC 40 ms
51,824 KB
testcase_05 AC 39 ms
51,820 KB
testcase_06 AC 39 ms
52,372 KB
testcase_07 AC 40 ms
52,968 KB
testcase_08 AC 39 ms
53,496 KB
testcase_09 AC 39 ms
52,548 KB
testcase_10 AC 39 ms
52,732 KB
testcase_11 AC 38 ms
53,368 KB
testcase_12 AC 39 ms
52,076 KB
testcase_13 AC 40 ms
51,984 KB
testcase_14 AC 38 ms
53,148 KB
testcase_15 AC 39 ms
52,272 KB
testcase_16 AC 40 ms
53,348 KB
testcase_17 AC 39 ms
53,024 KB
testcase_18 AC 40 ms
53,380 KB
testcase_19 AC 40 ms
52,884 KB
testcase_20 AC 43 ms
57,188 KB
testcase_21 AC 44 ms
56,148 KB
testcase_22 AC 44 ms
56,468 KB
testcase_23 AC 44 ms
55,224 KB
testcase_24 AC 45 ms
56,332 KB
testcase_25 RE -
testcase_26 AC 117 ms
92,532 KB
testcase_27 AC 115 ms
90,968 KB
testcase_28 AC 113 ms
91,176 KB
testcase_29 AC 112 ms
90,884 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 780 ms
265,028 KB
testcase_45 AC 773 ms
265,148 KB
testcase_46 AC 767 ms
265,472 KB
testcase_47 AC 752 ms
265,156 KB
testcase_48 AC 763 ms
265,148 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