QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#654444 | #9313. Make Max | HuangHanSheng | Compile Error | / | / | C++20 | 752b | 2024-10-18 21:35:03 | 2024-10-18 21:35:07 |
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:20:24: error: ‘max_element’ was not declared in this scope 20 | int max_val = *max_element(a.begin(), a.end()); | ^~~~~~~~~~~