码上成长-信奥赛指定语言C++
编写、运行和保存您的C++代码
新建
保存
帮助
执行代码
1
#include <iostream> using namespace std; int main() { cout << "Hello, World!" << "加油" << endl; for (int i = 0; i < 100; i++) { cout << "欢迎来到《码上成长》" << i << endl; } return 0; }
执行结果
// 执行结果将显示在这里
行数:
10
| 长度:
120
正在执行代码,请稍候...