0_0_15507412_6300.c: In function 'main':
0_0_15507412_6300.c:8:9: error: expected ';' before 'int'
int i;
^
0_0_15507412_6300.c:9:13: error: 'i' undeclared (first use in this function)
for(i=1;i<=n;i++)
^
0_0_15507412_6300.c:9:13: note: each undeclared identifier is reported only once for each function it appears in
|