Run id: 154457
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;
^
Main.cc:9:9: error: redeclaration of 'int m'
int m=Z Y X W V U T S R Q P O N M L K J I K G F E D C B A;
^
Main.cc:6:12: note: 'int m' previously declared here
int n, m;
^
Main.cc:9:11: error: 'Z' was not declared in this scope
int m=Z Y X W V U T S R Q P O N M L K J I K G F E D C B A;
^