摘要: #include<stdio.h> main() { int a=5; int b=7; printf("%d %d\n",a,b); } #include<stdio.h> main() { float a=5.3; double b=6.53; printf("%f %lf\n",a,b); } 阅读全文
posted @ 2021-10-14 22:59 微笑|哈哈 阅读(25) 评论(0) 推荐(0)