QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#295840#7650. 没有创意的题目名称chenliyan#Compile Error//C++141.1kb2024-01-01 12:32:502024-07-04 03:16:26

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[]){
      |      ^~~