0_0_39260800_23112.cpp: In function 'int main()':
0_0_39260800_23112.cpp:25:30: error: expected ';' before 'for'
25 | int count=1;0
| ^
| ;
26 | for(int i=0;i<h;i++){
| ~~~
0_0_39260800_23112.cpp:26:29: error: 'i' was not declared in this scope
26 | for(int i=0;i<h;i++){
| ^
|