Run id: 103350
Main.cc: In function 'int main()':
Main.cc:10:10: error: conflicting declaration 'char a'
char a;
^
Main.cc:8:10: note: previous declaration as 'int a'
int a;
^
Main.cc:13:16: error: 'b' was not declared in this scope
if(a=='A'||b=='E'||c=='I'||d=='O'||e=='U')
^
Main.cc:13:24: error: 'c' was not declared in this scope
if(a=='A'||b=='E'||c=='I'||d=='O'||e=='U')
^
Main.cc:13:32: error: 'd' was not declared in this scope
if(a=='A'||b=='E'||c=='I'||d=='O'||e=='U')
^
Main.cc:13:40: error: 'e' was not declared in this scope
if(a=='A'||b=='E'||c=='I'||d=='O'||e=='U')
^
Main.cc:17:16: error: 'b' was not declared in this scope
if(a=='a'||b=='e'||c=='i'||d=='o'||e=='u')
^
Main.cc:17:24: error: 'c' was not declared in this scope
if(a=='a'||b=='e'||c=='i'||d=='o'||e=='u')
^
Main.cc:17:32: error: 'd' was not declared in this scope
if(a=='a'||b=='e'||c=='i'||d=='o'||e=='u')
^
Main.cc:17:40: error: 'e' was not declared in this scope
if(a=='a'||b=='e'||c=='i'||d=='o'||e=='u')
^