记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:21: error: expected ';' before 'int'
    7 |         cin>>a>>b>>c
      |                     ^
      |                     ;
    8 | 
    9 |         int t;
      |         ~~~          
foo.cc:12:17: error: 't' was not declared in this scope
   12 |                 t=a;
      |                 ^
foo.cc:18:17: error: 't' was not declared in this scope
   18 |                 t=a;
      |                 ^
foo.cc:24:17: error: 't' was not declared in this scope
   24 |                 t=b;
      |                 ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A1-1 分支结构练习:三数排序
语言
C++
递交时间
2023-11-26 15:51:00
评测时间
2023-11-26 15:51:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes