Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:6:10: warning: comparison of constant '0' with boolean expression is always true [-Wbool-compare] 86399>=t>=0; ~~~~~~~~^~~ /in/foo.cc:6:7: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] 86399>=t>=0; ~~~~~^~~ /in/foo.cc:6:10: warning: statement has no effect [-Wunused-value] 86399>=t>=0; ~~~~~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1037 时间转换
- 语言
- C++
- 递交时间
- 2021-05-01 15:21:04
- 评测时间
- 2021-05-01 15:21:04
- 评测机
- 分数
- 10
- 总耗时
- 13ms
- 峰值内存
- 232.0 KiB