Wrong Answer

foo.cc: In function 'int main()':
foo.cc:11:10: warning: comparison of constant '10' with boolean expression is always true [-Wbool-compare]
   11 |   if(1<=x<10){
      |      ~~~~^~~
foo.cc:11:7: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   11 |   if(1<=x<10){
      |      ~^~~
foo.cc:16:12: warning: comparison of constant '15' with boolean expression is always true [-Wbool-compare]
   16 |    if(10<=x<15){
      |       ~~~~~^~~
foo.cc:16:9: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   16 |    if(10<=x<15){
      |       ~~^~~
foo.cc:21:13: warning: comparison of constant '30' with boolean expression is always true [-Wbool-compare]
   21 |     if(15<=x<30){
      |        ~~~~~^~~
foo.cc:21:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   21 |     if(15<=x<30){
      |        ~~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Wrong Answer Read 19, expect 34. 2ms 384.0 KiB
#4 Wrong Answer Read 29, expect 15. 2ms 384.0 KiB
#5 Wrong Answer Read 59, expect 170. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1022 分段函数
语言
C++
递交时间
2022-07-09 18:11:11
评测时间
2022-07-09 18:11:11
评测机
分数
40
总耗时
13ms
峰值内存
384.0 KiB