QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#633130 | #7752. The Only Way to the Destination | ucup-team4948# | Compile Error | / | / | C++14 | 1.7kb | 2024-10-12 14:36:52 | 2024-10-12 14:37:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:53:52: error: ‘las’ was not declared in this scope; did you mean ‘lasl’? 53 | for(;lasl<l&&w[lasl].x1<=w[j].x1;++las){ | ^~~ | lasl answer.code:20:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 20 | scanf("%d%d%d",&n,&m,&k); | ~~~~~^~~~~~~~~~~~~~~~~~~ answer.code:22:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 22 | scanf("%d%d%d",&w[i].x1,&w[i].x2,&w[i].y); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~