QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#388108#4549. Alice和Bob又在玩游戏GuanYunchangCompile Error//C++14223b2024-04-13 11:58:112024-04-13 11:58:12

詳細信息

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