相信积累的力量

摘要: #include <iostream>#include <vector>#include <iterator>#include <algorithm>#include <functional>#include <random>using namespace std::placeholders;constexpr int getnum() { return 10;}int arr[getnum()];struct Foo { void print_sum(int n1, int n2) { std::cout << 阅读全文
posted @ 2013-04-10 11:01 ThreeF 阅读(160) 评论(0) 推荐(0) 编辑

相信积累的力量