摘要: #include<iostream>using namespace std;int main(){ int score=0; cout<<"请您输入一个分数:"<<endl; cin>>score; if(score>700) { cout<<"恭喜您考上石家庄铁道大学"<<endl; } else 阅读全文
posted @ 2023-04-24 23:05 大虚胖子 阅读(11) 评论(0) 推荐(0) 编辑