返回列表 發帖

for 迴圈 (二) 計算總合

本帖隱藏的內容需要回復才可以瀏覽

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int total=0;
  7.     for(int i=1;i<=100;i=i+1)
  8. {
  9.      total=total+i;
  10.    
  11.     }         

  12.     cout<<total;
  13.     system("pause");
  14.     return 0;
  15. }
複製代碼

TOP

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    int total=0;
   
for(int i=1;i<=100; i=i+1)

{total=total+i;

}
cout<<total<<endl;
  system("pause");
return 0;
cout<<"hello"<<endl;
}

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int jo=0 ;
  7.     for (int i=1; i<=100; i=i+1)
  8.     {
  9.     jo=jo+i;
  10.     }
  11.     cout<<jo;
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼
回復 1# 周政輝

TOP

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    int total=0;
   
for(int i=1;i<=100; i=i+1)

{total=total+i;

}
cout<<total<<endl;
  system("pause");
return 0;
cout<<"hello"<<endl;
}

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int total=0;
  7.     for(int i=1;i<=100;i=i+1)
  8.     {
  9.     total=total+i;
  10.     }
  11.     cout<<total;

  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int total=0;
  7.    
  8.     for(int i=1;i<=100;i=i+1)
  9. {
  10.     total=total+i;      
  11. }
  12.     cout<<total<<endl;
  13.     system("pause");
  14.     return 0;
  15. }   
複製代碼

TOP

  1. #include <cstdlib>
  2. #include <iostream>
  3. using namespace std;
  4. int main()
  5. {
  6.     int total=0;
  7.    
  8. for(int i=1;i<=100;i=i+1)
  9. {
  10.          total=total+i;
  11.                
  12.                   
  13. }
  14. cout<<total<<endl;
  15.    system("pause");
  16.    return 0;  
  17. }
複製代碼

TOP

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    int total=0;
   
for(int i=1;i<=100; i=i+1)

{total=total+i;

}
cout<<total<<endl;
  system("pause");
return 0;

}

TOP

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
  int red=0;
  for(int i=1;i<=100;i=i+1)
{
  red=red+i;
}


  cout<<red<<endl;
  system("pause");
  return 0;   
}

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      int total=0;
  7.      for(int i=1;i<=100;i=i+1)      
  8.      {
  9.              total=total+i;
  10.      }
  11.      cout<<total;        
  12.      system("pause");   
  13.      return 0;
  14. }
複製代碼

TOP

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

  4.   int main()
  5. {
  6. int total=0;
  7.     for(int i=1;i<=100;i=i+1)
  8. {
  9.      total=total+i;
  10.    
  11.     }         

  12.     cout<<total;
  13.     system("pause");
  14.     return 0;


  15.    
  16.    
  17.    
  18.    
  19.    
  20.    
  21.    
  22.    
  23.    
  24.    
  25.    
  26.    
  27.    
  28.    
  29.    
  30. system("pause");      
  31.   return 0;
  32. }
  33.    
  34.    
  35.    
  36.    
  37.    
  38.    
  39.    
  40.    
  41.    
  42.    
  43.    
  44.    
  45.    
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using  namespace std;
  4.    int main()
  5.       
  6.       
  7.       
  8.       
  9. {
  10.     int total=0;
  11.     for(int i=1;i<=100;i=i+1)
  12. {
  13.      total=total+i;
  14.    
  15.     }         

  16.     cout<<total;
  17.     system("pause");
  18.     return 0;
  19. }
  20.   
  21.   
  22.   
  23.   
  24.   
  25.   system("pause")
  26.   
  27.   
  28.   
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      int total=0;
  7.     for(int i=1;i<=100;i=i+1)
  8. {
  9.      total=total+i;
  10.    
  11.     }         

  12.     cout<<total;
  13.   system("pause");
  14.   return 0;
  15. }
複製代碼

TOP

  1. #include <cstdlib>
  2. #include <iostream>
  3. using namespace std;
  4. int main()
  5. {
  6.     int total=0;
  7. for(int i=1;i<=100;i=i+1)

  8. {
  9.   total= total+i;  
  10.      
  11.      
  12. }
  13. cout<<total;






  14. system("pause");   
  15.      return 0;   
  16. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int gg=0;
  7.     for (int x=1;x<=100;x=x+1)
  8.     {
  9.      gg=gg+x;
  10.     }
  11.     cout<<gg<<"\r\n";
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int total = 0;
  7.    for( int i=1;i<=100;i=i+1)
  8.    {
  9.        total = total+i;
  10.    }
  11.    cout << total;
  12.     system("pause");
  13.     return 0;
  14. }  
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6. int total=0;
  7. for(int i=1;i<=100;i++)
  8. {
  9. total=total+i;
  10. }
  11. cout<<total;
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int total=0;
  7. for(int i=1;i<=100;i++)
  8. {
  9.          total=total+i;
  10.         
  11. }
  12. cout<<total;
  13.   system("pause");
  14.     return 0;
  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int total=0;
  7.     for(int i=1;i<=100;i++)
  8.     {
  9.     total=total+i;
  10.     }
  11.     cout<<total;
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

TOP

返回列表