結果

問題 No.2595 Parsing Challenge
ユーザー Iroha_3856
提出日時 2025-02-01 19:09:15
言語 PyPy3
(7.3.15)
結果
TLE  
実行時間 -
コード長 103 bytes
コンパイル時間 692 ms
コンパイル使用メモリ 82,108 KB
実行使用メモリ 844,656 KB
最終ジャッジ日時 2025-02-01 19:10:34
合計ジャッジ時間 77,003 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 5
other AC * 46 TLE * 4 MLE * 5
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys
sys.set_int_max_str_digits(0)
sys.setrecursionlimit(2000000000)
input();print(eval(input()))
0