QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#262855 | #6404. Shuttle Tour | GuanYunchang | Compile Error | / | / | C++17 | 2.9kb | 2023-11-24 09:25:59 | 2023-11-24 09:25:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:20:12: error: ‘id’ does not name a type; did you mean ‘void’? 20 | vo}id change_(int p,int l,int r,int pos,int sta){ | ^~ | void answer.code: In member function ‘void Chain::up(int)’: answer.code:20:9: error: ‘vo’ was not declared in this scope 20 | vo}id change_(int p,int l,int r,int pos,int sta){ | ^~ answer.code: In member function ‘void Chain::change(int, int)’: answer.code:46:17: error: ‘change_’ was not declared in this scope; did you mean ‘change’? 46 | change_(1,1,n,pos,val); | ^~~~~~~ | change