QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#474374 | #3098. Ancient Machine | egypt_ioi2024_01 | Compile Error | / | / | C++20 | 4.0kb | 2024-07-12 17:42:54 | 2024-07-12 17:42:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Anna.code: In function ‘void Anna(int, std::vector<char>)’: Anna.code:39:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’? 39 | ans[i] = nah[i]; | ^~~ | abs Anna.code:78:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’? 78 | ans[i] = nah[i]; | ^~~ | abs Anna.code:88:15: error: ‘ans’ was not declared in this scope; did you mean ‘abs’? 88 | Send((ans[i])|(i==N-1?0:ans[i+1])); | ^~~ | abs