摘要: //按行打印两个小人 #include<stdio.h> int main(){ printf(" O O\n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; } #include <stdio.h> /*用c语言运行一个简单的运算 */ 阅读全文
posted @ 2021-03-15 18:01 freshwatercd 阅读(88) 评论(0) 推荐(0)