- 博客(2)
- 收藏
- 关注
原创 C语言初学 输入公里变换成英里
#include #include #define y 1.60934 main() { float x; scanf("%f",&x); printf("%f\n",x/y); system("pause"); }
2015-03-24 18:05:17
7268
原创 C语言初学 测定数据类型长度
#include #include int main() { int a,b; int i=0; printf("char:%d bytes.\n",sizeof(char)); printf("short:%d bytes.\n",sizeof(short
2015-03-24 18:01:37
1064
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人