How is a fixed array set? Without any cycles. I do this:
int A[100]=[34,9,22,4,10,2,0,0,0,10,9,9,8,5,3,8,3,4,13,20,8,0,26,0,20,30,7,26,7,20,15,8,17,3,17,3,1,16,1,12,13,35,7,4,6,51,6,12,16,10,0,2,12,9,10,33,11,18,0,3,14,1,24,4,17,12,6,8,7,6,18,1,7,11,14,38,19,48,5,4,0,4,29,23,3,1,37,9,36,46,2,23,12,8,1,8,9,8,0,16];
How to?
{}
- karmadro4