Wrong Answer
foo.c: In function 'main':
foo.c:9:20: warning: comparison of constant '30' with boolean expression is always true [-Wbool-compare]
   if(i%10==2||20<=i<30)
                    ^
foo.c:9:17: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   if(i%10==2||20<=i<30)
               ~~^~~
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d",&a,&b);
  ^~~~~~~~~~~~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1006 数字统计
 - 语言
 - C
 - 递交时间
 - 2021-09-19 21:24:15
 - 评测时间
 - 2021-09-19 21:24:15
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 9ms
 - 峰值内存
 - 288.0 KiB