返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using  namespace std;
  4.    int main()
  5.    {

  6.    int score = 59;
  7.     if(score >=60)
  8.     {
  9.       cout << "及格了" << endl;         
  10.     }
  11.     else
  12.     {
  13.       cout << "不及格! 下次再努力!" << endl;   
  14.     }
  15.     system("pause");
  16.       
  17.     }  
  18.       
  19.       
  20.       
  21.       
  22. #include<iostream>
  23. #include<cstdlib>
  24. using  namespace std;
  25.    int main()
  26.    {

  27.    int score = 59;
  28.     if(score >=60)
  29.     {
  30.       cout << "及格了" << endl;         
  31.     }
  32.     else
  33.     {
  34.       cout << "不及格! 下次再努力!" << endl;   
  35.     }
  36.     system("pause");
  37.       
  38.     }  
  39.       
  40.       
  41.      #include<iostream>
  42. #include<cstdlib>
  43. using  namespace std;
  44.    int main()
  45.    {

  46.    int score = 59;
  47.     if(score >=60)
  48.     {
  49.       cout << "及格了" << endl;         
  50.     }
  51.     else
  52.     {
  53.       cout << "不及格! 下次再努力!" << endl;   
  54.     }
  55.     system("pause");
  56.       
  57.     }  
  58.       
  59.       
  60.       
  61.       

  62.       
複製代碼

TOP

返回列表