作业帮 > 综合 > 作业

麻烦告诉我下第一题的程序要怎么写

来源:学生作业帮 编辑:拍题作业网作业帮 分类:综合作业 时间:2024/05/12 14:32:54
麻烦告诉我下第一题的程序要怎么写

 


#include
int a,b,c,max;
max=a;
if(b>max)
max=b;
printf("max=%d",max);
if(c>max)
max=c;
printf("max=%d",max);
再问: 嗯嗯 谢谢啦
再答: #include int a,b,t; scanf("%d%d",&a,&b); int a,b,c,t; t=a; a=b; b=t; printf("%d%d",a,b); 这是第三题的第一问 #include int a,b; scanf("%d%d",&a,&b); a=a+b; b=a-b; a=a-b; printf("%d%d',a,b); 这是第三题的第二问 第二题我看不清楚
再问: 🙏🙏🙏 好人