Run ID:110266

提交时间:2025-02-15 16:29:21

#include<bits/stdc++.h> using namespace std; int main(){ char A; cin>>A; cout<<(A+10-30)*20/5; }