posted @ 2017-09-21 09:18 dragonliu欧美 阅读(62) 评论(0) 推荐(0) 编辑
摘要:
1 2 #include 3 using namespace std; 4 int main() { 5 char c1,c2; 6 c1='a'; 7 c2='b'; 8 c1=c1-32; 9 c2=c2-32; 10 cout<<c1<<'\n'<<c2<<endl; 11 return 0; 12 } 阅读全文
posted @ 2017-09-21 09:18 dragonliu欧美 阅读(62) 评论(0) 推荐(0) 编辑
posted @ 2017-09-21 09:17 dragonliu欧美 阅读(78) 评论(0) 推荐(0) 编辑
posted @ 2017-09-10 16:29 dragonliu欧美 阅读(127) 评论(1) 推荐(0) 编辑
posted @ 2017-09-10 16:28 dragonliu欧美 阅读(101) 评论(1) 推荐(0) 编辑
posted @ 2017-09-10 16:22 dragonliu欧美 阅读(115) 评论(1) 推荐(0) 编辑
posted @ 2017-09-10 14:38 dragonliu欧美 阅读(166) 评论(1) 推荐(0) 编辑