Run ID:5029

提交时间:2024-10-26 19:22:42

#include<iostream> using namespace std; int main(){ char x; cin>>x; cout<<((x+10-30)*20/5)<<endl; return 0; }