Run ID:96908
提交时间:2024-11-09 18:53:32
#include <iostream> using namespace std; int main(){ char A; cin>>A; cout<<(A+10-30)*20/5<<endl; return 0; }