QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#875998 | #6387. Burgers | HuangHanSheng | Compile Error | / | / | C++23 | 2.5kb | 2025-01-30 15:33:11 | 2025-01-30 15:33:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void legenda_ne_umret()’: answer.code:82:5: error: expected ‘,’ or ‘;’ before ‘while’ 82 | while(l <= r) { | ^~~~~ answer.code: In function ‘void freeopen()’: answer.code:18:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 18 | freopen("A.in", "r", stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~ answer.code:19:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 19 | freopen("A.out", "w", stdout); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~