Main.cc: In function 'int main()': Main.cc:6:1: error: 'cin' was not declared in this scope cin>>t; ^ Main.cc:7:1: error: 'cout' was not declared in this scope cout<<(int)t; ^ Main.cc:7:13: error: expected '}' at end of input cout<<(int)t; ^