运行 ❯
获取您的
自己的网站
×
更改方向
更改主题,明暗
转到 Spaces
#include <stdio.h> int main() { int i; for (i = 0; i < 5; i++) { printf("%d\n", i); } return 0; }
0
1
2
3
4