結果
| 問題 |
No.2595 Parsing Challenge
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-02-01 19:49:08 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
MLE
|
| 実行時間 | - |
| コード長 | 183 bytes |
| コンパイル時間 | 1,373 ms |
| コンパイル使用メモリ | 81,872 KB |
| 実行使用メモリ | 844,760 KB |
| 最終ジャッジ日時 | 2025-02-01 19:50:33 |
| 合計ジャッジ時間 | 69,154 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 5 |
| other | AC * 46 MLE * 9 |
ソースコード
import io,os,sys sys.set_int_max_str_digits(0) sys.setrecursionlimit(10**7) input = io.BytesIO(os.read(0,os.fstat(0).st_size)).readline input() os.write(1,str(eval(input())).encode())