摘要:
//#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
朝_风
阅读(133)
评论(0)
推荐(0)
摘要:
int到double是自动类型转换 阅读全文
posted @ 2016-10-31 09:15
朝_风
阅读(131)
评论(0)
推荐(0)

浙公网安备 33010602011771号