Compile Error

foo.cc: In function 'int main()':
foo.cc:12:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   12 |  if(a==3||a<10&&a!=2)
      |           ~~~~^~~~~~
foo.cc:20:14: error: invalid operands of types 'const char [5]' and 'int' to binary 'operator&'
   20 |  scanf("%.2f"&b);
      |        ~~~~~~^~
      |        |      |
      |        |      int
      |        const char [5]
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1026 超市促销活动
语言
C++
递交时间
2021-12-11 08:30:05
评测时间
2021-12-11 08:30:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes