QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#313645#8136. Rebellious Edgeucup-team2313Compile Error//C++201.2kb2024-01-24 21:52:352024-01-24 21:52:35

详细

answer.code: In function ‘void solve()’:
answer.code:39:25: error: ‘ans’ was not declared in this scope; did you mean ‘ans1’?
   39 |                 cout << ans << "\n";
      |                         ^~~
      |                         ans1