QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#875920 | #6386. Dolls | ZhangYiDe | Compile Error | / | / | C++23 | 2.3kb | 2025-01-30 14:19:23 | 2025-01-30 14:19:23 |
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: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); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~