QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#408457#6736. Alice and BobGuanYunchangCompile Error//C++98571b2024-05-10 12:54:112024-05-10 12:54:11

Details

answer.code: In function ‘int main()’:
answer.code:31:11: error: ‘a1’ was not declared in this scope; did you mean ‘y1’?
   31 |     cout<<a1(n)/2<<endl;
      |           ^~
      |           y1