解题135****52692023-07-17 19:52:09发布于:福建2阅读0回复0点赞#include <iostream> using namespace std; int main(){ int x; cin>>x; if(x>=100&&x<200){ cout<<20; }else if(x>=200&&x<300){ cout<<50; }else cout<<100; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个