Ответы
Ответ дал:
1
Ответ:
511
Объяснение:
vikaKrm:
как ты решил?
#include
#include
#include
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main() {
int a = 1, b = 1;
while(a < 256){
a = a * 2;
b = b + a;
}
printf("%d", b);
printf("\n%d", a);
return 0;
}
Вас заинтересует
3 года назад
3 года назад
8 лет назад
8 лет назад
9 лет назад