QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#154994 | #7119. Longest Trip | MinaRagy06 | Compile Error | / | / | C++20 | 2.6kb | 2023-09-01 05:19:43 | 2024-04-28 06:52:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<int> longest_trip(int, int)’: answer.code:63:59: error: expected ‘)’ before ‘{’ token 63 | } else if (are_connected({v[1][0]}, {v[0].back()}) { | ~ ^~ | ) answer.code:86:5: error: expected primary-expression before ‘}’ token 86 | } | ^ answer.code:87:1: warning: control reaches end of non-void function [-Wreturn-type] 87 | } | ^