QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#156451 | #7112. XOR Clique | ucup-team1154# | Compile Error | / | / | C++17 | 353b | 2023-09-02 13:34:59 | 2023-09-02 14:51:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:12:16: error: ‘_lg’ was not declared in this scope 12 | if(_lg(a[i]))> | ^~~ answer.code:12:26: error: expected primary-expression before ‘>’ token 12 | if(_lg(a[i]))> | ^ answer.code:13:9: error: expected primary-expression before ‘}’ token 13 | } | ^