摘要: /*A simple C program*/ #include<stdio.h> int main(){ printf("202083450100\n"); printf("月光是海的梦境,而我是你的远行。你好,2020\n"); return 0; } 实验任务2: /*循环打印字符*/ #inc 阅读全文
posted @ 2020-10-18 19:31 风山止 阅读(43) 评论(0) 推荐(0)