foo.cc: In function 'int main()':
foo.cc:6:8: error: expected initializer before 'b'
int a b c t;
^
foo.cc:7:7: error: 'a' was not declared in this scope
cin>>a>>b>>c;
^
foo.cc:7:10: error: 'b' was not declared in this scope
cin>>a>>b>>c;
^
foo.cc:7:13: error: 'c' was not declared in this scope
cin>>a>>b>>c;
^
foo.cc:10:3: error: 't' was not declared in this scope
t=a;
^
foo.cc:10:3: note: suggested alternative: 'tm'
t=a;
^
tm
foo.cc:16:3: error: 't' was not declared in this scope
t=a;
^
foo.cc:16:3: note: suggested alternative: 'tm'
t=a;
^
tm
foo.cc:22:3: error: 't' was not declared in this scope
t=b;
^
foo.cc:22:3: note: suggested alternative: 'tm'
t=b;
^
tm
[Hydro](https://hydro.ac)提供评测服务