@ -2,8 +2,15 @@
using namespace std;
int main() {
void output(){ //循环输出1-100
for(int i = 1; i <= 100; i++){
cout << i << endl;
}
return;
output();
cout << "hello world!" << endl;
cout << "hello too!" << endl;
return 0;
The note is not visible to the blocked user.