QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#156952 | #7112. XOR Clique | ucup-team1506# | Compile Error | / | / | C++14 | 434b | 2023-09-02 14:39:09 | 2023-09-02 14:58:01 |
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:19:33: error: ‘log2’ was not declared in this scope 19 | int p = log2(a[i]); | ^~~~