Run id: 96355

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: 'a' was not declared in this scope
    a=a+32
    ^