0

may be someone known how to solve this problems

https://code.sololearn.com/c5ViwW40Q24i/?ref=app

29th Jun 2022, 11:38 AM
Короленко
1 Réponse
+ 1
You can do something like int x; std::cin >> x; std::bitset<8> a(x); std::cout << a << std::endl;
29th Jun 2022, 11:58 AM
Мартин 😑🎵
Мартин 😑🎵 - avatar