QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#214000 | #6440. Xingqiu's Joke | ZhangYiDe | Compile Error | / | / | C++11 | 1.5kb | 2023-10-14 16:53:09 | 2023-10-14 16:53:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void dfs(int, int, int, int)’: answer.code:52:25: error: ‘la’ was not declared in this scope; did you mean ‘a’? 52 | bb[i]=0;la--; | ^~ | a answer.code: In function ‘int main()’: answer.code:60:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 60 | scanf("%d",&T); | ~~~~~^~~~~~~~~ answer.code:64:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 64 | scanf("%d%d",&a,&b); | ~~~~~^~~~~~~~~~~~~~