結果
問題 |
No.2595 Parsing Challenge
|
ユーザー |
|
提出日時 | 2025-02-01 19:48:09 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 183 bytes |
コンパイル時間 | 242 ms |
コンパイル使用メモリ | 12,032 KB |
実行使用メモリ | 203,192 KB |
最終ジャッジ日時 | 2025-02-01 19:48:34 |
合計ジャッジ時間 | 22,977 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 5 |
other | AC * 41 RE * 14 |
ソースコード
import io,os,sys 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())