#include #include using namespace std; bool czy_pot_2(int a) { for(int i=1;i<=2048;i*=2) { if(i==a) return true; else if(i>a) return false; } } bool podzial(string s) { string temp; for(int i=0;i>s) { suma+=podzial(s);//cout<