結果

問題 No.2595 Parsing Challenge
ユーザー lif4635
提出日時 2025-07-01 00:50:27
言語 PyPy3
(7.3.15)
結果
MLE  
実行時間 -
コード長 132 bytes
コンパイル時間 435 ms
コンパイル使用メモリ 82,224 KB
実行使用メモリ 844,548 KB
最終ジャッジ日時 2025-07-01 00:50:43
合計ジャッジ時間 15,684 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 5
other AC * 30 MLE * 1 -- * 24
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys
sys.set_int_max_str_digits(0)
sys.setrecursionlimit(10**8)
input = sys.stdin.buffer.readline
input()
print(eval(input()))
0