#include <stdio.h> int main(){ int m,n; if (scanf("%d %d",&m,&n)!=EOF){ // 分析需要的数 double v = 1.0*m/n; printf("%d/%.1lf=%d",m,v,n); } return 0; }
c语言编程练习题:7-167 考试周
作者:yunjinqi
类别:编程
日期:2023-05-31 18:21:10
阅读:580 次
消耗积分:0 分
版权所有,转载本站文章请注明出处:云子量化, https://www.yunjinqi.top/article/292
最新文章
系统当前共有 406 篇文章