Compile Error
foo.cc: In function 'int main()':
foo.cc:5:9: error: 'flaot' was not declared in this scope; did you mean 'float'?
    5 |         flaot a,b,c,d;
      |         ^~~~~
      |         float
foo.cc:6:14: error: 'a' was not declared in this scope
    6 |         cin>>a;
      |              ^
foo.cc:7:14: error: 'b' was not declared in this scope
    7 |         cin>>b;
      |              ^
foo.cc:8:14: error: 'c' was not declared in this scope
    8 |         cin>>c;
      |              ^
foo.cc:9:9: error: 'd' was not declared in this scope
    9 |         d=(a+b+c)/3;
      |         ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1007 求平均值
 - 语言
 - C++
 - 递交时间
 - 2023-10-27 16:18:16
 - 评测时间
 - 2023-10-27 16:18:16
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes