QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#299648#7904. Rainbow Subarrayucup-team1682#Compile Error//C++204.8kb2024-01-07 03:38:172024-01-07 03:38:18

详细

answer.code: In function ‘void solve()’:
answer.code:164:26: error: ‘check’ was not declared in this scope; did you mean ‘check1’?
  164 |     for(int a=1;a<=n;++a)check(a);
      |                          ^~~~~
      |                          check1