結果
| 問題 |
No.2595 Parsing Challenge
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-12-23 23:32:10 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 79 bytes |
| コンパイル時間 | 393 ms |
| コンパイル使用メモリ | 12,288 KB |
| 実行使用メモリ | 202,516 KB |
| 最終ジャッジ日時 | 2024-09-27 12:48:29 |
| 合計ジャッジ時間 | 20,212 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 5 |
| other | AC * 41 RE * 14 |
ソースコード
import sys sys.set_int_max_str_digits(1000001) N = input() print(eval(input()))