QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#32175 | #29. Posters on the wall | flower# | Compile Error | / | / | C++14 | 5.2kb | 2022-05-18 00:33:05 | 2022-05-18 04:29:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:34:10: error: ‘https’ does not name a type 34 | }https://qoj.ac/contest/35 | ^~~~~ answer.code: In member function ‘void Segment::update(int&, int, int, int, int, int)’: answer.code:47:17: error: ‘up’ was not declared in this scope; did you mean ‘u’? 47 | up(u); | ^~ | u answer.code: In member function ‘void Segment::build(int&, int, int)’: answer.code:64:17: error: ‘up’ was not declared in this scope; did you mean ‘u’? 64 | up(u); | ^~ | u answer.code: In function ‘int main()’: answer.code:68:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 68 | freopen("in.txt", "r", stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~