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:6: error: no 'operator++(int)' declared for postfix '++' [-fpermissive]
cout++;
~~~~^~
foo.cc:13:9: error: no 'operator++(int)' declared for postfix '++' [-fpermissive]
cout++;
~~~~^~
foo.cc:18:9: error: no 'operator++(int)' declared for postfix '++' [-fpermissive]
cout++;
~~~~^~
foo.cc:20:9: error: 'count' was not declared in this scope
cout << count;
^~~~~
[Hydro](https://hydro.ac)提供评测服务