結果
| 問題 | No.2595 Parsing Challenge |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-07-01 00:47:59 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 132 bytes |
| 記録 | |
| コンパイル時間 | 299 ms |
| コンパイル使用メモリ | 21,540 KB |
| 実行使用メモリ | 233,096 KB |
| 最終ジャッジ日時 | 2026-07-12 23:43:59 |
| 合計ジャッジ時間 | 17,994 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 5 |
| other | AC * 30 TLE * 1 -- * 24 |
ソースコード
import sys sys.set_int_max_str_digits(0) sys.setrecursionlimit(10**7) input = sys.stdin.buffer.readline input() print(eval(input()))