Main.cc: In function 'int main()':
Main.cc:8:9: error: redeclaration of 'int n'
int n=a b c d e f g k i j k l m n o p q r s t u v w x y z
^
Main.cc:6:9: note: 'int n' previously declared here
int n, m;
^
Main.cc:8:11: error: 'a' was not declared in this scope
int n=a b c d e f g k i j k l m n o p q r s t u v w x y z
^