Run id: 117634

Main.cc: In function 'int age(int)':
Main.cc:10:23: error: 'n' was not declared in this scope
             return (t(n+1)+1)*2;
                       ^
Main.cc:10:26: error: 't' was not declared in this scope
             return (t(n+1)+1)*2;
                          ^