摘要: //#include "stdio.h" #include "iostream" #include "string" using namespace std; template <class T> void swap1(T &a,T &b){ T c; c = a; a = b; b = c; co 阅读全文
posted @ 2016-10-31 09:25 朝_风 阅读(118) 评论(0) 推荐(0) 编辑
摘要: int到double是自动类型转换 阅读全文
posted @ 2016-10-31 09:15 朝_风 阅读(128) 评论(0) 推荐(0) 编辑