QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#32178 | #29. Posters on the wall | flower# | Compile Error | / | / | C++14 | 5.3kb | 2022-05-18 00:34:44 | 2022-05-18 04:29:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In member function ‘void Segment::update(int&, int, int, int, int, int)’: answer.code:42:20: error: ‘flag’ was not declared in this scope 42 | if(flag) u = newnode(u); | ^~~~