0_0_27643446_7563.cpp: In function 'int main()':
0_0_27643446_7563.cpp:9:16: error: expected primary-expression before ';' token
min = ;
^
0_0_27643446_7563.cpp:10:12: error: 'i' was not declared in this scope
; i <= m; i++)
^
0_0_27643446_7563.cpp:11:16: error: 'j' was not declared in this scope
; j <= n; j++)
^
|