QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#313645 | #8136. Rebellious Edge | ucup-team2313 | Compile Error | / | / | C++20 | 1.2kb | 2024-01-24 21:52:35 | 2024-01-24 21:52:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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