2013年4月12日
摘要: c++ 11 practise -1-2013-04-12 11:09AM#include <iostream>#include <array>#include <forward_list>#include <string>#include <unordered_set>using namespace std;int main(){ array<int, 3> arr; get<0>(arr) = 1; get<1>(arr) = 2; get<2>(arr) = 3; cout < 阅读全文
posted @ 2013-04-12 11:08 SunWentao 阅读(264) 评论(0) 推荐(0) 编辑