- #include<iostream>
- #include<cstdlib>
- using namespace std;
- int main()
- {
- int score = 59;
- if(score >=60)
- {
- cout << "及格了" << endl;
- }
- else
- {
- cout << "不及格! 下次再努力!" << endl;
- }
- system("pause");
-
- }
-
-
-
-
- #include<iostream>
- #include<cstdlib>
- using namespace std;
- int main()
- {
- int score = 59;
- if(score >=60)
- {
- cout << "及格了" << endl;
- }
- else
- {
- cout << "不及格! 下次再努力!" << endl;
- }
- system("pause");
-
- }
-
-
- #include<iostream>
- #include<cstdlib>
- using namespace std;
- int main()
- {
- int score = 59;
- if(score >=60)
- {
- cout << "及格了" << endl;
- }
- else
- {
- cout << "不及格! 下次再努力!" << endl;
- }
- system("pause");
-
- }
-
-
-
-
-
-
複製代碼 |