Run ID:89279
提交时间:2024-08-23 14:25:50
#include<iostream> using namespace std; int main(){ char a,b; cin>>a; cout<<int((a+10-30)*20/5); }