QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#53018 | #4234. Tic Tac Toe Counting | MaMengQi | Compile Error | / | / | C++ | 1.4kb | 2022-10-04 17:08:50 | 2022-10-04 17:09:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::pair<int, int> dfs(int, int)’: answer.code:43:26: error: ‘Ans’ was not declared in this scope; did you mean ‘ans’? 43 | ans[Val]=Ans; | ^~~ | ans answer.code: In function ‘int main()’: answer.code:69:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 69 | scanf("%d",&T); | ~~~~~^~~~~~~~~ answer.code:71:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 71 | scanf("%s",ch+1); | ~~~~~^~~~~~~~~~~