摘要: #include<math.h> #include<stdio.h> int main(){ float a,b,c,x1,x2; float delta,real,imag; printf("Enter a,b,c:"); while(scanf("%f%f%f",&a,&b,&c)!=EOF) 阅读全文
posted @ 2020-11-16 20:43 --Agnes 阅读(122) 评论(1) 推荐(0) 编辑
摘要: int main(){ int a=5,b=7,c=100,d,e,f; d=a/b*c; e=a*c/b; f=c/b*a; printf("d=%d,e=%d,f=%d\n",d,e,f); return 0; } #include <stdio.h> int main() { int x=12 阅读全文
posted @ 2020-11-02 20:41 --Agnes 阅读(156) 评论(1) 推荐(0) 编辑
摘要: int main(){ printf("my stuno is:202083450022\n") ; printf("2020 is such a special year"); return 0;} #include<stdio.h> int main(){ int answer; char wo 阅读全文
posted @ 2020-10-18 21:01 --Agnes 阅读(104) 评论(1) 推荐(0) 编辑
摘要: int main(){ printf("my stuno is:202083450022\n") ; printf("2020 is such a special year"); return 0; } 阅读全文
posted @ 2020-10-18 20:04 --Agnes 阅读(85) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main(){ printf("work hard"); return0; } 阅读全文
posted @ 2020-10-14 09:04 --Agnes 阅读(65) 评论(0) 推荐(0) 编辑