結果
| 問題 |
No.2595 Parsing Challenge
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-02-01 19:47:29 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 243 bytes |
| コンパイル時間 | 283 ms |
| コンパイル使用メモリ | 12,288 KB |
| 実行使用メモリ | 11,520 KB |
| 最終ジャッジ日時 | 2025-02-01 19:47:36 |
| 合計ジャッジ時間 | 6,391 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 5 |
| other | RE * 55 |
ソースコード
import io,os,sys
import pypyjit
pypyjit.set_param('max_unroll_recursion=-1')
sys.set_int_max_str_digits(0)
sys.setrecursionlimit(10**6)
input = io.BytesIO(os.read(0,os.fstat(0).st_size)).readline
input()
os.write(1,str(eval(input())).encode())