字母奔跑 2023-05-06 16:37:39 浏览数 (1) 代码语言:javascript复制#include <stdio.h> #include <stdlib.h> #include <windows.h> int main () { int a,b; a = 0; while (a<=400) { system ("cls"); b = 1; while (b<=a) { printf(" "); b; } printf("H"); Sleep(100); a; } system("pause"); return 0; } windows include int return stdio 0 人点赞 上一篇:分享雷军22年前编写的代码