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