Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:42:13: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] cost[i][j] == i==j ? 0 : INF; ~~~~~~~~~~~^~~~ /in/foo.cc:42:30: warning: second operand of conditional expression has no effect [-Wunused-value] cost[i][j] == i==j ? 0 : INF; ^ /in/foo.cc:42:30: warning: third operand of conditional expression has no effect [-Wunused-value]
信息
- 递交者
- 类型
- 递交
- 题目
- P1070 新年趣事之游戏
- 语言
- C++
- 递交时间
- 2017-11-06 14:09:02
- 评测时间
- 2017-11-06 14:09:02
- 评测机
- 分数
- 10
- 总耗时
- 267ms
- 峰值内存
- 2.625 MiB