QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#431594 | #5523. Graph Problem With Small $n$ | yoy68 | Compile Error | / | / | C++17 | 1.1kb | 2024-06-05 19:36:53 | 2024-06-05 19:36:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:38:37: error: ‘s’ was not declared in this scope 38 | For(j, 0, n - 1) if(s[j] == '1') e[i] |= (1 << j); | ^ answer.code:37:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 37 | scanf("%s", ch); | ~~~~~^~~~~~~~~~