prog.cpp: In function ‘void {anonymous}::unko_fun() [with int n = 19]’:
prog.cpp:19:10: warning: unused variable ‘i’ [-Wunused-variable]
prog.cpp:19:17: warning: unused variable ‘j’ [-Wunused-variable]
prog.cpp: In function ‘void {anonymous}::unko_fun() [with int n = 20]’:
prog.cpp:20:10: warning: unused variable ‘k’ [-Wunused-variable]
prog.cpp:20:17: warning: unused variable ‘x’ [-Wunused-variable]
prog.cpp: In function ‘int main()’:
prog.cpp:24:18: warning: unused variable ‘n’ [-Wunused-variable]
prog.cpp:24:25: warning: unused variable ‘m’ [-Wunused-variable]
prog.cpp:26:2: error: ‘i’ was not declared in this scope
prog.cpp:26:5: error: ‘j’ was not declared in this scope
prog.cpp:26:8: error: ‘k’ was not declared in this scope
prog.cpp:26:11: error: ‘x’ was not declared in this scope
prog.cpp:27:2: error: ‘n’ was not declared in this scope
prog.cpp:27:5: error: ‘m’ was not declared in this scope