QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#68299 | #4585. Greedy Knapsack | HuangHanSheng | Compile Error | / | / | C++ | 1.9kb | 2022-12-15 17:19:54 | 2022-12-15 17:19:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘bool spfa()’: answer.code:80:31: warning: control reaches end of non-void function [-Wreturn-type] 80 | if (dis[T]==inf) return 0;} | ^ /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o: in function `_start': (.text+0x24): undefined reference to `main' collect2: error: ld returned 1 exit status