QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#570096 | #5145. Shortest Path | Derekshakk | Compile Error | / | / | C++17 | 5.1kb | 2024-09-17 13:47:55 | 2024-09-17 13:47:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:62:32: error: no matching function for call to ‘Line::Line()’ 62 | Line sortedPaths[MAX_NODES << 4]; | ^ answer.code:53:9: note: candidate: ‘Line::Line(long long int, long long int, long long int, long long int)’ 53 | Line(int x, int y, int k, int t) : startX(x), startY(y), slope(k), time(t) {} | ^~~~ answer.code:53:9: note: candidate expects 4 arguments, 0 provided answer.code:48:8: note: candidate: ‘constexpr Line::Line(const Line&)’ 48 | struct Line | ^~~~ answer.code:48:8: note: candidate expects 1 argument, 0 provided answer.code:48:8: note: candidate: ‘constexpr Line::Line(Line&&)’ answer.code:48:8: note: candidate expects 1 argument, 0 provided