QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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