Run ID:1988
提交时间:2023-12-03 11:36:24
# include<iostream> using namespace std; int main(){ int a; cin>>a; cout<<(a+10-30)*20/5<<endl; return 0; }