摘要: 1. 题目2. 答案 1 #include 2 using namespace std; 3 4 int main() 5 { 6 char c; 7 cin >> c; 8 cout << " " << c << endl; 9 cout << " " << c... 阅读全文
posted @ 2015-11-29 19:25 时间刺客 阅读(315) 评论(0) 推荐(0)
摘要: 1. alt + 上 下 #当前行上(下)移 阅读全文
posted @ 2015-11-29 19:23 时间刺客 阅读(122) 评论(0) 推荐(0)
摘要: 1. 题目2. 个人答案 1 #include 2 using namespace std; 3 4 int main() 5 { 6 7 cout << " ********\n"; 8 cout << " *****... 阅读全文
posted @ 2015-11-29 19:04 时间刺客 阅读(574) 评论(0) 推荐(0)
摘要: git clone https://github.com/JasonCheung2012/learngit.git #版本库网址git add zhangjiethu.txtgit commit -m "add a file"git push -u origin master #将你本地的仓库提交... 阅读全文
posted @ 2015-11-29 15:36 时间刺客 阅读(610) 评论(0) 推荐(0)