April 2022 0 17 Report
Zamiana z systemu 10 na binarny. Napisalem tyle, problem w tym żeby wyświetlić wynik w odwrotnej kolejności. #include <
using namespace std;

int main() {
int liczba,i;

cin>>liczba;

for(i;liczba!=0;i++){
cout<< liczba=liczba/8;
}

return 0;
}

?

Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.