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