QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#498848 | #1133. Monster Game | egypt_ioi2024_01# | Compile Error | / | / | C++23 | 995b | 2024-07-30 20:41:07 | 2024-07-30 20:41:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<long long int> Solve(long long int)’: answer.code:16:16: error: ‘Query’ was not declared in this scope 16 | if(Query(i,j))cnt++; | ^~~~~ answer.code:23:12: error: ‘Query’ was not declared in this scope 23 | if(Query(lol[n-1].second,lol[n-2].second))swap(lol[n-1],lol[n-2]); | ^~~~~ answer.code:25:12: error: ‘Query’ was not declared in this scope 25 | if(Query(lol[0].second,lol[1].second)==0)swap(lol[0],lol[1]); | ^~~~~