QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#243406 | #3040. Container | HuangHanSheng | Compile Error | / | / | C++20 | 4.6kb | 2023-11-08 10:13:09 | 2023-11-08 10:13:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:130:15: error: ‘i’ was not declared in this scope 130 | if (map[i][j]) { | ^ answer.code:45:8: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 45 | scanf("%d%d%s%s", &n, &c, a + 1, b + 1); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~