QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#485646 | #3098. Ancient Machine | egypt_ioi2024_11 | Compile Error | / | / | C++20 | 2.8kb | 2024-07-20 22:13:37 | 2024-07-20 22:13:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Anna.code:17:2: error: expected initializer before ‘for’ 17 | for(int i = 0; i < GH; i++) | ^~~ Anna.code:17:17: error: ‘i’ does not name a type 17 | for(int i = 0; i < GH; i++) | ^ Anna.code:17:25: error: ‘i’ does not name a type 17 | for(int i = 0; i < GH; i++) | ^ Anna.code:22:1: error: expected declaration before ‘}’ token 22 | } | ^ Anna.code: In function ‘void Anna(int, std::vector<char>)’: Anna.code:92:3: error: ‘snd’ was not declared in this scope; did you mean ‘std’? 92 | snd(z); | ^~~ | std