改正错误
#include<stdio.h>
void main()
switch (getcher())
{
int a,b,c;
case "+", c = a+b;
case "–", c = a–b;
case "*", c = a*b;
case "/", c = a/b;
default : printf("error\n");
}
谁能帮我改改,感谢感谢
#include<stdio.h>
void main()
switch (getcher())
{
int a,b,c;
case "+", c = a+b;
case "–", c = a–b;
case "*", c = a*b;
case "/", c = a/b;
default : printf("error\n");
}
谁能帮我改改,感谢感谢
2016-10-19
举报