hacked_system
k = 0; for(i=0; i<10; i++)
{ for(j=0; j<i; j+=2)
{ do{ if( j>1 )
k = i+j; x[k] = 1.0/k; }
while(k!=0);By.LoneWolf/_