记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:2: error: 'flot' was not declared in this scope
  flot a,b,c;
  ^~~~
foo.cc:7:2: note: suggested alternative: 'float'
  flot a,b,c;
  ^~~~
  float
foo.cc:10:8: error: 'a' was not declared in this scope
  cin >>a>>b>>c;
        ^
foo.cc:10:11: error: 'b' was not declared in this scope
  cin >>a>>b>>c;
           ^
foo.cc:10:14: error: 'c' was not declared in this scope
  cin >>a>>b>>c;
              ^
foo.cc:8:9: warning: unused variable 'x' [-Wunused-variable]
  double x;
         ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1005 求课程的综合成绩。
语言
C++
递交时间
2021-10-22 20:12:58
评测时间
2021-10-22 20:12:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes