QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#42755 | #3788. Funny Car Racing | ZhaoZiLong | Compile Error | / | / | C++11 | 1.1kb | 2022-08-03 17:27:28 | 2022-08-03 17:27:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
In file included from /usr/include/c++/11/cassert:44, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:33, from answer.code:1: answer.code: In function ‘void spfa()’: answer.code:16:27: error: ‘n’ was not declared in this scope; did you mean ‘nn’? 16 | assert(u<=n); | ^ answer.code: In function ‘int main()’: answer.code:47:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 47 | scanf("%d %d %lld %lld %lld",&u,&v,&a,&b,&et); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~