foo.cc: In function 'int main()':
foo.cc:12:5: error: 'count' was not declared in this scope
count++;
^~~~~
foo.cc:12:5: note: suggested alternative: 'countt'
count++;
^~~~~
countt
foo.cc:16:5: error: 'count' was not declared in this scope
count++;
^~~~~
foo.cc:16:5: note: suggested alternative: 'countt'
count++;
^~~~~
countt
foo.cc:20:5: error: 'count' was not declared in this scope
count++;
^~~~~
foo.cc:20:5: note: suggested alternative: 'countt'
count++;
^~~~~
countt
foo.cc:22:10: error: 'count' was not declared in this scope
cout << count;
^~~~~
foo.cc:22:10: note: suggested alternative: 'countt'
cout << count;
^~~~~
countt
foo.cc:7:15: warning: unused variable 'countt' [-Wunused-variable]
int a, b, c, countt = 0;
^~~~~~
[Hydro](https://hydro.ac)提供评测服务