0_0_38957687_1086.cpp: In function 'int main()':
0_0_38957687_1086.cpp:65:9: error: 'cnt1' was not declared in this scope
65 | cnt1 = cnt2 = 0;
| ^~~~
0_0_38957687_1086.cpp:65:16: error: 'cnt2' was not declared in this scope
65 | cnt1 = cnt2 = 0;
| ^~~~
|