Compile Error

foo.cc: In function 'int main()':
foo.cc:8:2: error: 'flout' was not declared in this scope
  flout avg;
  ^~~~~
foo.cc:8:2: note: suggested alternative: 'float'
  flout avg;
  ^~~~~
  float
foo.cc:29:2: error: 'avg' was not declared in this scope
  avg=(float)(sum-max-min)/8;
  ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1090 阶段测验3(1)
语言
C++
递交时间
2021-07-31 12:55:58
评测时间
2021-07-31 12:55:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes