#include void fun(int i){ if(i>0) fun(i/2); cout<