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