QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#262487 | #6404. Shuttle Tour | HuangHanSheng | Compile Error | / | / | C++17 | 2.7kb | 2023-11-23 19:51:36 | 2023-11-23 19:51:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from /usr/include/c++/11/cassert:44, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:33, from answer.code:1: answer.code: In function ‘int main()’: answer.code:102:46: error: ‘fir’ was not declared in this scope 102 | for(int j=1;j<=n;j++) assert(fir[j]); | ^~~