Run id: 139323

Main.cc: In function 'int main()':
Main.cc:7:25: error: expected primary-expression before '=' token
   if(a=='A'&&a=='E'&&a==='I'&&a=='O'&&a=='U'){
                         ^
Main.cc:15:25: error: expected primary-expression before '=' token
   if(a=='a'&&a=='e'&&a==='i'&&a=='o'&&a=='u'){
                         ^