for( int i=Len-1;i>=0; i--)

printf("%d",arr[i]);


인데


for( int i=Len-1;i<0; i--)

printf("%d",arr[i]);

계속 이따구로 했음..

에혀.. 자살해야겠다 배열 역출도 못했네