0_0_39664319_3343.cpp: In function 'int main()':
0_0_39664319_3343.cpp:24:13: error: 'count' was not declared in this scope
24 | count << *p << endl;
| ^~~~~
0_0_39664319_3343.cpp:29:9: error: 'count' was not declared in this scope
29 | count << "\n" << endl;
| ^~~~~
|