QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#101523 | #3013. XOR Sequences | GuanYunchang | Compile Error | / | / | C++17 | 3.1kb | 2023-04-30 04:37:22 | 2023-04-30 04:37:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:83:5: error: ‘ret’ was not declared in this scope 83 | ret = gauss_sol(eqs, ans); | ^~~ answer.code:91:17: error: ‘ret’ was not declared in this scope 91 | int pos = ret[a] + ret[OFFM+a]; | ^~~