Run id: 147025

Main.cc: In function 'int main()':
Main.cc:12:37: error: 'pow' was not declared in this scope
     else a[n]=a[1]*pow(a[2]/a[1],n-1);
                                     ^