結果
| 問題 | No.2595 Parsing Challenge |
| コンテスト | |
| ユーザー |
Forested
|
| 提出日時 | 2023-12-07 17:07:19 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 84 bytes |
| 記録 | |
| コンパイル時間 | 185 ms |
| コンパイル使用メモリ | 85,248 KB |
| 実行使用メモリ | 325,720 KB |
| 最終ジャッジ日時 | 2026-04-14 07:12:09 |
| 合計ジャッジ時間 | 20,163 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 5 |
| other | AC * 41 RE * 14 |
ソースコード
import sys sys.set_int_max_str_digits(0) N = int(input()) S = input() print(eval(S))
Forested