Accepted
/in/foo.cc: In function 'void spfa(int*, int*, int)': /in/foo.cc:47:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (type == 0 && dist[j] > min(dist[t], w[j]) || type == 1 && dist[j] < max(dist[t], w[j])) ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1754 最优贸易
- 语言
- C++
- 递交时间
- 2021-05-02 20:10:19
- 评测时间
- 2021-05-02 20:10:19
- 评测机
- 分数
- 100
- 总耗时
- 183ms
- 峰值内存
- 4.727 MiB