QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#155485 | #7119. Longest Trip | MinaRagy06 | Compile Error | / | / | C++20 | 3.7kb | 2023-09-01 17:56:40 | 2024-04-28 07:34:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘std::vector<int> longest_trip(int, int)’: answer.code:82:48: error: expected ‘;’ before ‘)’ token 82 | for (int j = 0; j < v[1].size()) { | ^ | ; answer.code:83:60: error: expected ‘)’ before ‘{’ token 83 | if (are_connected({v[0][i]}, {v[1][j]}) { | ~ ^~ | ) answer.code:104:17: error: expected primary-expression before ‘}’ token 104 | } | ^