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