QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~~~