Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
#include int main(){ int numar_secret = rand(); int x; do { std::cin >> x; if (x > numar_secret) { std::cout
#include
int main()
{
int numar_secret = rand();
int x;
do {
std::cin >> x;
if (x > numar_secret) {
std::cout