QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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]); | ^~~~~