摘要: 三只小 #include<iostream> using namespace std; #include<string> int main() { //which pig is the biggest int num1 = 0; int num2 = 0; int num3 = 0; cout << 阅读全文
posted @ 2020-02-27 23:28 Jackie_Wang 阅读(635) 评论(0) 推荐(0) 编辑
摘要: if(判断条件){执行语句} #include<iostream> using namespace std; #include<string> int main() { int score = 0; cout << "Input your score,please :" << endl; cin > 阅读全文
posted @ 2020-02-27 23:06 Jackie_Wang 阅读(494) 评论(0) 推荐(0) 编辑