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)提供评测服务