QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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 | }); | ^