C语言错误:case expression not constant 看看我哪里出错了

日期:2021-11-12 02:40:36 人气:1

C语言错误:case expression not constant 看看我哪里出错了

有几处错误,改了一遍,见注释:

#include <stdio.h>
void main()
{
float a,b;
char c;
printf("input expression a+(-*/)b\n");
scanf("%f%c%f",&a,&c,
    A+
热门评论