0_0_31912597_22791.cpp: In function 'int main()':
0_0_31912597_22791.cpp:19:7: error: redeclaration of 'int i'
int i=1;
^
0_0_31912597_22791.cpp:16:11: note: 'int i' previously declared here
for (int i=0;i<times;i++){
^
0_0_31912597_22791.cpp:24:7: error: redeclaration of 'int i'
int i=1;
^
0_0_31912597_22791.cpp:19:7: note: 'int i' previously declared here
int i=1;
^
|