結果

問題 No.2595 Parsing Challenge
ユーザー lif4635
提出日時 2025-07-01 00:47:59
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
RE  
実行時間 -
コード長 132 bytes
コンパイル時間 372 ms
コンパイル使用メモリ 12,032 KB
実行使用メモリ 202,300 KB
最終ジャッジ日時 2025-07-01 00:48:21
合計ジャッジ時間 21,361 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 5
other AC * 41 RE * 14
権限があれば一括ダウンロードができます

ソースコード

diff #

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