Run ID:96400

提交时间:2024-11-07 22:55:21

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