QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#346667 | #91. Secret Permutation | karrigan | Compile Error | / | / | C++20 | 1.3kb | 2024-03-08 20:56:41 | 2024-03-08 20:56:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve(int)’: answer.code:33:9: error: ‘query’ was not declared in this scope 33 | int ans=query(a); | ^~~~~ answer.code:74:1: error: ‘answer’ was not declared in this scope 74 | answer(cc); | ^~~~~~