Compile Error

foo.cc: In function 'int main()':
foo.cc:9:17: error: 't' was not declared in this scope
    9 |                 t=a,a=b,b=t;
      |                 ^
foo.cc:13:17: error: 't' was not declared in this scope
   13 |                 t=a,a=c,c=t;
      |                 ^
foo.cc:17:17: error: 't' was not declared in this scope
   17 |                 t=b,b=c,c=t;
      |                 ^
foo.cc:5:19: warning: unused variable 'd' [-Wunused-variable]
    5 |         int a,b,c,d;
      |                   ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1020 3个数排序
语言
C++
递交时间
2023-12-01 16:32:18
评测时间
2023-12-01 16:32:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes