QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#875998#6387. BurgersHuangHanShengCompile Error//C++232.5kb2025-01-30 15:33:112025-01-30 15:33:12

詳細信息

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);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~