Ghiceste numarul c++

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 1

  • @CapturileCunoasterii
    @CapturileCunoasterii  Год назад

    #include
    int main()
    {
    int numar_secret = rand();
    int x;
    do {
    std::cin >> x;
    if (x > numar_secret) {
    std::cout