QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#877251 | #1155. Cave | GuanYunchang | Compile Error | / | / | C++17 | 1.6kb | 2025-01-31 20:37:46 | 2025-01-31 20:37:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve(int, std::vector<std::pair<int, int> >&, int&)’: answer.code:19:23: error: too many arguments to function ‘int tryCombination(int*)’ 19 | if (tryCombination(tri, num) == num) { | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from answer.code:4: cave.h:8:5: note: declared here 8 | int tryCombination(int S[]); | ^~~~~~~~~~~~~~ answer.code:42:27: error: too many arguments to function ‘int tryCombination(int*)’ 42 | if (tryCombination(tri, num) == num) { | ~~~~~~~~~~~~~~^~~~~~~~~~ cave.h:8:5: note: declared here 8 | int tryCombination(int S[]); | ^~~~~~~~~~~~~~