QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#265006 | #1965. Trio | ZhaoZiLong | Compile Error | / | / | C++17 | 4.0kb | 2023-11-25 16:22:16 | 2023-11-25 16:22:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:16:1: error: expected ‘,’ or ‘;’ before ‘ll’ 16 | ll a[N + 10]; | ^~ answer.code: In function ‘void solve()’: answer.code:22:12: error: ‘a’ was not declared in this scope 22 | cin >> a[i]; | ^ answer.code:84:14: error: ‘a’ was not declared in this scope 84 | ll u = a[i]; | ^