/in/foo.cc: In function 'int main()':
/in/foo.cc:7:4: error: expected unqualified-id before '>>' token
7 | int>>a,b,c;
| ^~
/in/foo.cc:8:10: error: 'a' was not declared in this scope
8 | cin>>a>>b>>c;
| ^
/in/foo.cc:8:13: error: 'b' was not declared in this scope
8 | cin>>a>>b>>c;
| ^
/in/foo.cc:8:16: error: 'c' was not declared in this scope
8 | cin>>a>>b>>c;
| ^
/in/foo.cc:11:9: error: 't' was not declared in this scope; did you mean 'tm'?
11 | t=a;
| ^
| tm
/in/foo.cc:17:9: error: 't' was not declared in this scope; did you mean 'tm'?
17 | t=a;
| ^
| tm
/in/foo.cc:23:9: error: 't' was not declared in this scope; did you mean 'tm'?
23 | t=a;
| ^
| tm