0_0_39342230_15159.cpp: In function 'int main()':
0_0_39342230_15159.cpp:37:15: error: overloaded function with no contextual type information
37 | count=0;
| ^
0_0_39342230_15159.cpp:41:22: error: no post-increment operator for type
41 | count++;
| ^~
0_0_39342230_15159.cpp:42:20: error: parse error in template argument list
42 | if(count<3)cout<<" ";
| ^~~~~~~
0_0_39342230_15159.cpp:42:27: error: cannot resolve overloaded function 'count' based on conversion to type 'bool'
42 | if(count<3)cout<<" ";
| ^
|