返回列表 發帖
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.     cout<<"hello"<<endl;
  7.     cout<<"hello"<<endl;
  8.     cout<<"hello"<<endl;
  9.     cout<<"hello"<<endl;
  10.     cout<<"hello"<<endl;
  11.     cout<<"hello"<<endl;
  12.     cout<<"hello"<<endl;
  13.     cout<<"hello"<<endl;
  14.     cout<<"hello"<<endl;
  15.     cout<<"hello"<<endl;
  16.     system("pause");
  17.     return 0;
  18. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.     for(int i = 15;i <= 24; i++)
  7.     cout<<"hello"<<endl;
  8.     system("pause");
  9.     return 0;
  10. }
複製代碼

TOP

返回列表