Compile Error

foo.cc: In function 'int main()':
foo.cc:7:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'float*' [-Wformat=]
    7 |         scanf("%d,%d,%c",&a,&b,&c)
      |                ~^        ~~
      |                 |        |
      |                 int*     float*
      |                %e
foo.cc:7:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'float*' [-Wformat=]
    7 |         scanf("%d,%d,%c",&a,&b,&c)
      |                   ~^        ~~
      |                    |        |
      |                    int*     float*
      |                   %e
foo.cc:7:35: error: expected ';' before 'switch'
    7 |         scanf("%d,%d,%c",&a,&b,&c)
      |                                   ^
      |                                   ;
    8 |         switch(c){
      |         ~~~~~~                     
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1028 简单计算器
语言
C++
递交时间
2023-12-15 15:23:29
评测时间
2023-12-15 15:23:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes