Run id: 98395

Main.cc: In function 'int main()':
Main.cc:8:13: error: expected initializer before 'b'
     float a b  c  d e ;
             ^
Main.cc:9:5: error: 'a' was not declared in this scope
     a b c d e=e d c b a 
     ^
Main.cc:11:14: error: 'b' was not declared in this scope
     cout<