QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#52715 | #2213. Knight | Liyanx# | Compile Error | / | / | C++ | 1.8kb | 2022-10-04 14:33:04 | 2022-10-04 14:33:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:72:25: error: expected primary-expression before ‘if’ 72 | if(vis[vv.x][vv.y])continue; | ^~ answer.code:32:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 32 | scanf("%d%d%d%d",&n,&m,&r,&c); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~