結果

問題 No.2595 Parsing Challenge
ユーザー lif4635
提出日時 2025-02-01 19:31:46
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 202 bytes
コンパイル時間 511 ms
コンパイル使用メモリ 82,784 KB
実行使用メモリ 844,756 KB
最終ジャッジ日時 2025-02-01 19:33:05
合計ジャッジ時間 72,978 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 5
other RE * 46 TLE * 2 MLE * 7
権限があれば一括ダウンロードができます

ソースコード

diff #

import io,os,sys
sys.set_int_max_str_digits(0)
sys.setrecursionlimit(2000000000)
input = io.BytesIO(os.read(0,os.fstat(0).st_size)).readline
input()
os.write(1," ".join(map(str,eval(input()))).encode())
0