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