Discussions Q&R
How to develop a game
-2 Votes
4 RéponsesCout__x
0 Vote
2 Réponses#include <iostream>
#include <bitset>
int main()
{
int myDecimalNumber;
std::cin >> myDecimalNumber;
std::string binary = std::bitset<8>(myDecimalNumber).to_string(); //to binary
std::cout<<binary<<"\n";
unsigned long decimal = std::bitset<8>(binary).to_long();
std::cout<<decimal<<"\n";
return 0;
}
2 Votes
5 RéponsesPlz answer?
1 Vote
2 RéponsesWher is mistake?
0 Vote
5 RéponsesAujourd'hui en vedette
Ошибка в приложении Sololearn
1 Votes
NEO V2.0
1 Votes
Hello guys,
1 Votes
Sololearn course
1 Votes
Payment by account
0 Votes