QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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); | ~~~~~^~~~~~~~~~~