Main.cc: In function 'int main()': Main.cc:7:9: error: 'itn' was not declared in this scope for(itn i = 1;i <= n;i++){ ^ Main.cc:7:19: error: 'i' was not declared in this scope for(itn i = 1;i <= n;i++){ ^