摘要: #include <stdio.h> 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; } d = a/b 阅读全文
posted @ 2020-11-01 15:01 天问非攻 阅读(76) 评论(0) 推荐(0)
摘要: #include<stdio.h> int main(){ printf("202083290320\n"); printf("crazy 2020\n"); return 0; } #include<stdio.h> int main(){ while(1) printf("hello boy") 阅读全文
posted @ 2020-10-17 23:50 天问非攻 阅读(86) 评论(1) 推荐(0)
摘要: 学号202083290320 https://www.cnblogs.com/yyd2002/ 阅读全文
posted @ 2020-10-17 22:01 天问非攻 阅读(77) 评论(0) 推荐(0)