QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#295840 | #7650. 没有创意的题目名称 | chenliyan# | Compile Error | / | / | C++14 | 1.1kb | 2024-01-01 12:32:50 | 2024-07-04 03:16:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:26:20: error: too few arguments to function ‘void dfs(long long int, long long int*)’ 26 | dfs(1);; | ~~~^~~ answer.code:14:6: note: declared here 14 | void dfs(int len,int a[]){ | ^~~