QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#94821 | #4513. Slide Parade | Fantasy_Ball | Compile Error | / | / | C++14 | 2.0kb | 2023-04-07 22:10:46 | 2023-04-07 22:10:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void wk()’: answer.code:62:33: error: ‘T’ was not declared in this scope 62 | printf("Case #%d: %d\n",T,len); | ^ answer.code: In function ‘int main()’: answer.code:68:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 68 | scanf("%d",&t); | ~~~~~^~~~~~~~~ answer.code:74:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 74 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~ answer.code:76:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 76 | scanf("%d%d",&x,&e[i].y); | ~~~~~^~~~~~~~~~~~~~~~~~~