直接上代码: List<Student> ss = new List<Student>(); Student ss1 = , Age = , Name = " }; Student ss2 = , Age = , Name = " }; Student ss3 = , Age = , Name = " }; Student ss4 = , Age = , Name = " }; Student ss5 = , Age = , Name = &…
// clang++ 3.5 // maybe gcc 4.9 support it, but I don't test it #include<iostream> int main() { auto fac = [&](auto&& self, int x)->int{ ? : x * self(self, x - ); }; std::cout<<fac(fac, )<<std::endl; ; } 作者:蓝色 链接:https://w…