#include #include "func.h" using namespace std; int main(int argc, char * argv[]) { cout << g2(10) << endl; return 0; }