- 博客(1)
- 收藏
- 关注
原创 啊哈C语言4.9练习
#include <stdio.h> #include <stdlib.h> #include <windows.h> int main() { int a,b; a=0; while(a<=3) { system(“cls”); b=1; while(b>=a) //while b循环控制小人行走的方向 { printf(" "); b=b-1; } printf(" O\n"); b=1; whil
2020-08-01 23:29:24
248
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅