摘要: #include int main(){ char str; scanf("%c",&str); printf("%d",str); return 0; } 阅读全文
posted @ 2017-04-19 20:57 Mr.Struggle 阅读(11580) 评论(0) 推荐(0) 编辑