QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#660899 | #7878. Matrix Distances | GuanYunchang | Compile Error | / | / | C++23 | 1.7kb | 2024-10-20 13:52:31 | 2024-10-20 13:52:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int optimized(std::vector<std::pair<long long int, long long int> >&)’: answer.code:37:29: error: expected ‘;’ before ‘{’ token 37 | sort(v.begin(), v.end()) { | ^~ | ; answer.code:39:6: error: expected primary-expression before ‘)’ token 39 | }); | ^