QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#161281 | #7112. XOR Clique | ucup-team907# | Compile Error | / | / | C++17 | 506b | 2023-09-02 23:15:42 | 2023-09-02 23:15:42 |
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:27:18: error: ‘max_element’ was not declared in this scope 27 | cout << *max_element(pow_cnt.begin(), pow_cnt.end()) << '\n'; | ^~~~~~~~~~~