QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#42755#3788. Funny Car RacingZhaoZiLongCompile Error//C++111.1kb2022-08-03 17:27:282022-08-03 17:27:30

详细

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);
      |                         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~