QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#388108#4549. Alice和Bob又在玩游戏GuanYunchangCompile Error//C++14223b2024-04-13 11:58:112024-04-13 11:58:12

Details

answer.code: In function ‘int main()’:
answer.code:10:22: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
   10 |                 cin>>n>>m;
      |                      ^
      |                      yn
answer.code:10:25: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
   10 |                 cin>>n>>m;
      |                         ^
      |                         tm