Till you figure out the right thing to do just return n inside cycle.


int cycle(int n) {
return n;
}


Input this series of numbers (just one each time)
1,2,4,8,16,32,64,128,256,512