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