Compile Error

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)提供评测服务

信息

递交者
类型
递交
题目
P1020 3个数排序
语言
C++
递交时间
2021-11-13 10:27:43
评测时间
2021-11-13 10:27:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes