0_0_23852048_13137.cpp: In function 'int main()':
0_0_23852048_13137.cpp:8:20: error: 'n' was not declared in this scope
for(int i=1;i<=n;j++)
^
0_0_23852048_13137.cpp:8:22: error: 'j' was not declared in this scope
for(int i=1;i<=n;j++)
^
0_0_23852048_13137.cpp:12:5: error: expected ';' before '}' token
}
^
|