摘要: #include<stdio.h>#include<stdlib.h>#include <math.h>int main (){ int y,n,a,b,c,x; scanf("%d",&n); a=2; c=1; while(c<=n) { b=0; y=2; int x=sqrt(a); whi 阅读全文
posted @ 2019-07-23 22:24 Cathycat 阅读(146) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<stdlib.h>#include<time.h>int main(){ int a,b,sum; srand((unsigned)time(NULL)); a=rand()%100; sum=7; while(1) { sum--; scanf( 阅读全文
posted @ 2019-07-23 22:22 Cathycat 阅读(107) 评论(0) 推荐(0) 编辑