摘要: 程序: #include<stdio.h> int main(){ int a; int b,c; scanf("%d",&a); b = (int)((double)a/100/0.3048); c = (int)(((double)a/100/0.3048-b)*12); printf("%d 阅读全文
posted @ 2019-04-01 23:51 cxc1357 阅读(266) 评论(0) 推荐(0)