返回列表 發帖

陣列 (三)

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string str1="hello";
  7.     cout<<str1<<endl;
  8.    
  9.     char str2[6]="hello";
  10.     for(int i=0; i<=4; i++)
  11.         cout<<str2[i];
  12.     cout<<endl;
  13.    
  14.     char str3[5]={'h','e','l','l','o'};
  15.     for(int i=0; i<=4; i++)
  16.         cout<<str3[i];
  17.     cout<<endl;
  18.    
  19.     string str4[2]={"he","llo"};
  20.     for(int i=0; i<=1; i++)
  21.         cout<<str4[i];
  22.     cout<<endl;

  23.     system("pause");
  24.     return 0;   
  25. }
複製代碼

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string str1="hello";
  7.     cout<<str1<<endl;
  8.    
  9.     char str2[6]="hello";
  10.     for(int i=0; i<=4; i++)
  11.         cout<<str2[i];
  12.         cout<<endl;      
  13.    
  14.     char str3[5]={'h','e','l','l','o'};
  15.     for(int i=0; i<=4; i++)
  16.         cout<<str3[i];
  17.         cout<<endl;
  18.         
  19.     string str4[2]={"he","llo"};
  20.     for(int i=0; i<=1; i++)
  21.         cout<<str4[i];
  22.         cout<<endl;
  23.         
  24.     system("pause");
  25.     return 0;   
  26. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string str1="hello";
  7.     cout<<str1<<endl;
  8.    
  9.     char str2[6]="hello";
  10.     for(int i=0;i<=4;i++)
  11.         cout<<str2[i];
  12.     cout<<endl;
  13.     char str3[5]={'h','e','l','l','o'};
  14.     for(int i=0;i<=4;i++)
  15.         cout<<str3[i];
  16.     cout<<endl;   
  17.     string str4[2]={"he","llo"};
  18.     for(int i=0;i<=1;i++)
  19.         cout<<str4[i];
  20.     cout<<endl;      
  21.     system("pause");
  22.     return 0;   
  23. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string str1="hello";
  7.     cout<<str1<<endl;
  8.    
  9.     char str2[6]="hello";
  10.     for(int i=0; i<=4; i++)
  11.         cout<<str2[i];
  12.     cout<<endl;            
  13.    
  14.     char str3[5]={'h','e','l','l','o'};
  15.     for(int i=0; i<=4; i++)
  16.         cout<<str3[i];
  17.     cout<<endl;
  18.    
  19.     string str4[2]={"he","llo"};
  20.     for(int i=0; i<=1; i++)
  21.             cout<<str4[i];
  22.     cout<<endl;      
  23.     system("pause");
  24.     return 0;
  25. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.   string str1="hello";
  7.   cout<<str1<<endl;
  8.   
  9.   char str2[6]="hello";
  10.   for(int i=0; i<=4; i++)
  11.       cout<<str2[i];
  12.       cout<<endl;
  13.       
  14.   char str3[5]={'h','e','l','l','o'};
  15.   for(int i=0; i<=4; i++)
  16.       cout<<str3[i];
  17.        cout<<endl;
  18.       
  19.   string str4[2]={"he","llo"};   
  20.   for(int i=0; i<=1; i++)
  21.       cout<<str4[i];
  22.        cout<<endl;
  23.   system ("pause");   
  24.   return 0;
  25.    
  26. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<iostream>
  3. #include<cstdlib>
  4. using namespace std;
  5. int main()
  6. {
  7.     string str1="hello";
  8.     cout<<str1<<endl;
  9.    
  10.     char str2[6]="hello";
  11.     for(int i=0;i<=4;i++)
  12.          cout<<str2[i];
  13.     cout<<endl;
  14.    
  15.     char str3[5]={'h','e','l','l','o'};   
  16.     for(int i=0;i<=4;i++)
  17.          cout<<str3[i];
  18.     cout<<endl;
  19.    
  20.     string str4[2]={"he","llo"};
  21.     for(int i=0;i<=1;i++)
  22.          cout<<str4[i];
  23.     cout<<endl;      
  24.     system ("pause");
  25.     return 0;
  26. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {   
  6.     string str1="hello";
  7.     cout<<str1<<endl;
  8.    
  9.     char str2[6]="hello";
  10.     for (int i=0;i<=4;i++)
  11.         cout<<str2[i];
  12.     cout<<endl;
  13.         
  14.     char str3[5]={'h','e','l','l','o'};
  15.     for(int i=0;i<=4;i++)
  16.         cout<<str3[i];
  17.      cout<<endl;
  18.     string str4[2]={"he","llo"};
  19.        for(int i=0;i<=1;i++)
  20.        cout<<str4[i];
  21.        cout<<endl;   
  22.          
  23.     system("pause");
  24.     return 0;   
  25. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string str1="hello";
  7.     cout<<str1<<endl;
  8.    
  9.     char str2[6]="hello";
  10.     for(int i=0; i<=4; i++)
  11.         cout<<str2[i];
  12.     cout<<endl;
  13.    
  14.     char str3[5]={'h','e','l','l','o'};
  15.     for(int i=0; i<=4; i++)
  16.         cout<<str3[i];
  17.     cout<<endl;
  18.    
  19.     string str4[2]={"he","llo"};
  20.     for(int i=0; i<=1; i++)
  21.         cout<<str4[i];
  22.     cout<<endl;

  23.     system("pause");
  24.     return 0;   
  25. }
複製代碼

TOP

返回列表