Run id: 96356

Main.cc: In function 'int main()':
Main.cc:8:4: error: 'chr' was not declared in this scope
    chr a ;
    ^
Main.cc:9:4: error: 'couta' was not declared in this scope
    couta=a+32
    ^
Main.cc:9:10: error: 'a' was not declared in this scope
    couta=a+32
          ^