摘要: // int a = 0; // char b; // float c; // scanf("%f",&c); // scanf("%d %c",&a,&b); // printf("这个数字和字符是:%d %c\n",a,b);//格式化输出 // printf("%.2f\n",c); // ... 阅读全文
posted @ 2018-11-24 23:20 kinghyt 阅读(80) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" #include "stdlib.h" #include "time.h" #include "iostream" int _tmain(int argc, _TCHAR* argv[]) { int a[4] = {},b[4]; int i,j,m,x=0,y=0,wrongtime=0; srand((unsigned int)t... 阅读全文
posted @ 2018-11-24 23:20 kinghyt 阅读(112) 评论(0) 推荐(0) 编辑