摘要: tesk1 //打印一个字符小人 #include<stdio.h>int main(){ printf(" 0 \n"); printf("<H>\n"); printf("I I\n"); getchar(); return 0;} tesk2 //1+2+3+...+n(设n的取值在100之内 阅读全文
posted @ 2023-03-03 23:43 超级peipei 阅读(24) 评论(0) 推荐(0)