QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#877647#9070. Candy FactoryGuanYunchangCompile Error//C++201.1kb2025-01-31 23:56:182025-01-31 23:56:22

详细

answer.code: In function ‘void solve()’:
answer.code:13:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
   13 |     cin>>n>>k;
      |          ^
      |          yn
answer.code:13:13: error: ‘k’ was not declared in this scope
   13 |     cin>>n>>k;
      |             ^