QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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