0_0_18339700_21927.cpp: In function 'int main()':
0_0_18339700_21927.cpp:44:13: error: 'i' was not declared in this scope
for(i = 1 ;i <= n ;i ++)
^
0_0_18339700_21927.cpp:47:14: error: 'j' was not declared in this scope
for(j = 1 ;j <= 32 ;j ++)
^
0_0_18339700_21927.cpp:49:17: error: 'k' was not declared in this scope
for(k = 1 ;k <= A[j] && k <= i ;k += 2)
^
|