提交时间:2024-11-30 10:42:46

运行 ID: 826

#include<bits/std++.h> using namespace std; int main(){ int x; if(x>=100) { cout<<2*x+(x-100); } else { cout<<2*x; } }