摘要: #include <iostream> #include <vector> #include <string> #include <sstream> using namespace std; template<typename T> const char* to_string(T number) { 阅读全文
posted @ 2015-06-11 15:05 SandKing 阅读(5) 评论(0) 推荐(0)