QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#68298 | #4585. Greedy Knapsack | GuanYunchang | Compile Error | / | / | C++ | 1.9kb | 2022-12-15 17:18:41 | 2022-12-15 17:18:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool spfa()’: answer.code:80:31: error: expected ‘}’ at end of input 80 | if (dis[T]==inf) return 0; | ^ answer.code:58:1: note: to match this ‘{’ 58 | { | ^ answer.code:80:31: warning: control reaches end of non-void function [-Wreturn-type] 80 | if (dis[T]==inf) return 0; | ^