Run id: 2583

Main.cc:4:10: error: empty filename in #include
 # include<
          ^
Main.cc: In function 'int main()':
Main.cc:8:13: error: request for member 'get' in 'ch', which is of non-class type 'char'
     cin>>ch.get();
             ^