QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#810787#5095. 九王唱cyfffCompile Error//C++141.0kb2024-12-12 11:04:032024-12-12 11:04:05

Details

answer.code: In function ‘int main()’:
answer.code:29:14: error: too few arguments to function ‘void gen(int, int)’
   29 |     }else gen();
      |           ~~~^~
answer.code:14:6: note: declared here
   14 | void gen(int n,int seed){
      |      ^~~