QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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