#include main() { int a,b,c1,c2,c3,c4; scanf("%d,%d",&a,&b); if (b 0); c1 = a+ b; c2 =
#include
main()
{
int a,b,c1,c2,c3,c4;
scanf("%d,%d",&a,&b);
if (b 0);
c1 = a+ b;
c2 = a- b;
c3 = a* b;
c4 = a/ b;
printf("%d,%d,%d,%d/n",c1,c2,c3,c4);
}
人气:360 ℃ 时间:2020-03-30 06:21:12
解答
#include
main()
{
int a,b,c1,c2,c3,c4;
scanf("%d,%d",&a,&b);
if (b !=0);
{c1 = a+ b;
c2 = a- b;
c3 = a* b;
c4 = a/ b;}
printf("%d,%d,%d,%d/n",c1,c2,c3,c4);
}
推荐
- #include void main() { int a,b; float x,y; char c1,c2; scanf("a=%d b=%d",&a,&b); scanf("%f
- #include void main() {char c1='a',c2='b',c3='c',c4='
- #include void main( ) { char c1='a',c2='b',c3='c',c4='\101',c5='\116'; printf("a%cb%c\tc%
- the students can look for things on the Internet (改为一般疑问句并否定回答)
- 4月底泰山的天气怎么样?山顶温度大概多少度?有什么需要注意的事项?
- 9,鲍照的诗歌直接继承了建安文学的传统,与__颇多相似之处,其代表作是.
- 为什么观察钾元素的焰色反应时需用蓝色的Co玻璃片?蘸取的K2CO3溶液里怎么会有钠元素?
- 谢安复职 关羽战李逵 填成语
猜你喜欢