摘要: #include using namespace std; int main() { char x; cout>x; if(x=='A') cout using namespace std; int main() { char x; cout>x; if(x=='A'||x=='D'||x=='S') { switch(x) ... 阅读全文
posted @ 2018-03-25 21:44 宇神 阅读(130) 评论(1) 推荐(0)