Compiler output
prog.cpp: In function 'int main()':
prog.cpp:16:17: warning: unused variable 'ml' [-Wunused-variable]
int res=100,ml,mc,nr,x,y,i,j;
^
prog.cpp:16:20: warning: unused variable 'mc' [-Wunused-variable]
int res=100,ml,mc,nr,x,y,i,j;
^
prog.cpp:16:23: warning: unused variable 'nr' [-Wunused-variable]
int res=100,ml,mc,nr,x,y,i,j;
^
prog.cpp: In function 'int main()':
prog.cpp:16:17: warning: unused variable 'ml' [-Wunused-variable]
int res=100,ml,mc,nr,x,y,i,j;
^
prog.cpp:16:20: warning: unused variable 'mc' [-Wunused-variable]
int res=100,ml,mc,nr,x,y,i,j;
^
prog.cpp:16:23: warning: unused variable 'nr' [-Wunused-variable]
int res=100,ml,mc,nr,x,y,i,j;
^