欢迎访问服务器技术网-www.fuwuqijishu.com

C语言,编程题.急.!

程序设计 fuwuqijishu 2年前 (2022-10-01) 10次浏览 0个评论 扫描二维码

第一题#include <stdio。h>main(){int a,b;printf(“input a,b\n”);scanf(“%d%d”,&a,&b);if((a*a+b*b)>100)printf(“%d”,(a*a+b*b)%100);elseprintf(“a-b=%d”,a-b);} 第二题#include”stdio。
h”float fun(*p1,*p2){ float temp; temp=*p1; *p1=*p2; *p2=temp;}float exchang(float q1,float q2,float q3){ float m,s,z ; if(q1>q2) m=fun(s,z); if(q2>q3) m=(s,z); if(q3>q1) m=(s,z); } main(){ float a,b,c k; float *pf,*pg,*ph; printf(“please input three NUM”); scanf(“%d%d%d”,a,b,c) pf=&a;pg=&b;ph=&c; k=exchang(q1,q2,q3); printf(“%d%d%d”,a,b,c);}。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2519.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900