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