QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#249380 | #6395. Equation Discovering | ZhangYiDe | Compile Error | / | / | C++23 | 2.4kb | 2023-11-12 04:48:13 | 2023-11-12 04:48:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘ld getvl(int, int)’: answer.code:83:24: error: ‘curX’ was not declared in this scope; did you mean ‘CurX’? 83 | return curX; | ^~~~ | CurX answer.code: In function ‘void solve()’: answer.code:118:33: error: ‘curX’ was not declared in this scope; did you mean ‘CurX’? 118 | curX = x[i]; | ^~~~ | CurX