摘要:
## 实验任务1 输出一个小人 #include <stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); return 0; } 输出两个小人 #include <stdio.h> int main() { 阅读全文
posted @ 2021-10-27 11:34 pipipapi 阅读(107) 评论(0) 推荐(0)
|
|
|
|
摘要:
## 实验任务1 输出一个小人 #include <stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); return 0; } 输出两个小人 #include <stdio.h> int main() { 阅读全文
posted @ 2021-10-27 11:34 pipipapi 阅读(107) 评论(0) 推荐(0) |
|