摘要: #include<stdio.h> main() { printf("my stuno is:202083450014\n"); printf("2020 is a new year.新年新气象。2020,I am coming!\n"); } #include<stdio.h> int main( 阅读全文
posted @ 2020-10-18 12:41 wlemon 阅读(59) 评论(0) 推荐(0)
摘要: /*测试你是哪种学习者*/ #include<stdio.h> int main(){ int answer; int words[5000]; printf("在家上学让一些人欢喜一些人忧.\n"); printf("1.作为一个宅,社恐,觉得这样很好.有网络,自主学习,很ok.\n"); pri 阅读全文
posted @ 2020-10-18 12:25 wlemon 阅读(27) 评论(0) 推荐(0)
摘要: #include<stdio.h> int main() {int x,y; int r1,r2,r3,r4; x=2; y=2; r1=x+y; r2=x-y; r3=x*y; r4=x/y; printf("r1 = %d\n",r1); printf("r2 = %d\n",r2); prin 阅读全文
posted @ 2020-10-18 12:23 wlemon 阅读(37) 评论(0) 推荐(0)
摘要: #include<stdio.h> int main() {while(2) printf("0 9"); return 0; } 阅读全文
posted @ 2020-10-18 12:21 wlemon 阅读(25) 评论(0) 推荐(0)
摘要: #include<stdio.h> main() { printf("my stuno is:202083450014\n"); printf("2020 is a new year.新年新气象。2020,I am coming!\n"); } 阅读全文
posted @ 2020-10-18 12:09 wlemon 阅读(44) 评论(0) 推荐(0)