QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#875920#6386. DollsZhangYiDeCompile Error//C++232.3kb2025-01-30 14:19:232025-01-30 14:19:23

詳細信息

answer.code: In function ‘void legenda_ne_umret()’:
answer.code:77:33: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
   77 |             if (col[a[i]] == 1) ans++;
      |                                 ^~~
      |                                 abs
answer.code:78:21: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
   78 |             cout << ans << ' ';
      |                     ^~~
      |                     abs
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);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~