Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:6:8: warning: comparison of constant '1000000000' with boolean expression is always true [-Wbool-compare] 1 < x < 1000000000; ~~~~~~^~~~~~~~~~~~ /in/foo.cc:6:4: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] 1 < x < 1000000000; ~~^~~ /in/foo.cc:6:8: warning: statement has no effect [-Wunused-value] 1 < x < 1000000000; ~~~~~~^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1476 B. Even or Odd
- 比赛
- 2023年新生赛(第二场)
- 语言
- C++
- 递交时间
- 2023-08-25 17:13:37
- 评测时间
- 2023-08-25 17:13:37
- 评测机
- 分数
- 100
- 总耗时
- 27ms
- 峰值内存
- 608.0 KiB