-
个人简介
#include using namespace std; int main(){ int i = 1; do{ printf("@#_-_-_-_-_-_-_-_#@"); i++; }while(i >= 0); return 0; }
-
通过的题目
-
最近活动
-
最近编写的题解
This person is lazy and didn't write any solutions.
题目标签
- 程序设计基础C
- 10
- 顺序结构
- 8
- 赋值运算符
- 5
- 分支结构
- 2
- 循环语句
- 1