Main.cc: In function 'int main()':
Main.cc:5:5: error: 'itn' was not declared in this scope
itn a;
^
Main.cc:5:9: error: expected ';' before 'a'
itn a;
^
Main.cc:6:10: error: 'a' was not declared in this scope
cin>>a;
^