0_0_33764696_4394.cpp: In function 'void go()':
0_0_33764696_4394.cpp:50:27: error: 'h' was not declared in this scope
printf("%d ",h[j][i]);
^
0_0_33764696_4394.cpp:50:29: error: 'j' was not declared in this scope
printf("%d ",h[j][i]);
^
0_0_33764696_4394.cpp:53:5: error: expected ';' before '}' token
}
^
|