QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#413486#3788. Funny Car RacingHuangHanShengCompile Error//C++201.1kb2024-05-17 17:03:582024-05-17 17:04:00

詳細信息

answer.code: In function ‘int dijkstra()’:
answer.code:46:28: error: expected primary-expression before ‘)’ token
   46 |                         if()
      |                            ^
answer.code:47:17: error: expected primary-expression before ‘}’ token
   47 |                 }
      |                 ^
answer.code: In function ‘int main()’:
answer.code:63:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   63 |                         scanf("%d %d %d %d %d",&u,&v,&a,&b,&t);
      |                         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~