2021年10月15日
摘要: 1. #include <stdio.h> main(){ int a=1 ; int b=2; printf("%d %d\n",a,b); } 2. #include <stdio.h> main(){ float a=1.23; double b=2.56; printf("%f %lf\n" 阅读全文
posted @ 2021-10-15 21:36 丝毫不慌 阅读(34) 评论(0) 推荐(0) 编辑