记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:5:16: error: expected initializer before '.' token
     int a, b, c. count = 0;
                ^
foo.cc:6:19: error: 'c' was not declared in this scope
  cin >> a >> b >> c;
                   ^
foo.cc:9:2: error: 'count' was not declared in this scope
  count++;
  ^~~~~
foo.cc:13:5: error: 'count' was not declared in this scope
     count++;
     ^~~~~
foo.cc:18:5: error: 'coun' was not declared in this scope
     coun++;
     ^~~~
foo.cc:20:9: error: 'count' was not declared in this scope
 cout << count;
         ^~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
p1013 求不及格的课程数(p63页实例2)
语言
C++
递交时间
2021-11-26 18:12:57
评测时间
2021-11-26 18:12:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes