QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#346012 | #7607. The Doubling Game 2 | zac2010 | Compile Error | / | / | C++14 | 2.9kb | 2024-03-07 19:39:41 | 2024-03-07 19:39:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:40:51: error: missing template arguments before ‘(’ token 40 | std::sort(a.begin(), a.end(), std::greater()); | ^