QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 | } | ^