М
Молодежь
К
Компьютеры-и-электроника
Д
Дом-и-сад
С
Стиль-и-уход-за-собой
П
Праздники-и-традиции
Т
Транспорт
П
Путешествия
С
Семейная-жизнь
Ф
Философия-и-религия
Б
Без категории
М
Мир-работы
Х
Хобби-и-рукоделие
И
Искусство-и-развлечения
В
Взаимоотношения
З
Здоровье
К
Кулинария-и-гостеприимство
Ф
Финансы-и-бизнес
П
Питомцы-и-животные
О
Образование
О
Образование-и-коммуникации
vladputilov451
vladputilov451
02.02.2022 16:11 •  Информатика

Какая фигура получиться , если черепашка выполнит следующее: повтори 10 {вперёд 50 направо 10 направо 50}

👇
Ответ:
Ytbjfdg
Ytbjfdg
02.02.2022

Поворот 10+50 = 60


это внешний угол и равен внутреннему при центре (подробнее смотрите правильные многоугольники)


n = 360 / 60 = 6


т.е. получается правильный шестиугольник

4,8(82 оценок)
Открыть все ответы
Ответ:
Propert
Propert
02.02.2022

DOOM Eternal is out and players who have waited months for the game are suddenly unable to play the game due to errors. The “Game Not Launching” Or “Crash at Startup” are the most common errors with the game. There are various reasons due to which the error can emerge. Here are the causes and the fix for errors with the game.

Causes of “Crash at Startup” Or “Game Not Launching”Old Graphics Card Drivers: Just a day before the launch of DOOM Eternal, both Nvidia and Radeon released a new update for their drivers. The driver update has a fix for the game like COD Modern Warfare and DOOM. For Nvidia users, you can download the latest GeForce Game Ready Driver Version – 442.74 and AMD users, the version 20.3.1. The drivers are said to boost the performance of DOOM Eternal while addressing some known issues. You outdated drivers could be the cause of the problem, so, update them to fix the errors.Steam Overlay: If the game crashes right after the intro video, the cause of the problem can be the Steam Overlay. This feature has been known to act up with some games. You can resolve the error by disabling the Steam Overlay.Error with xinput1_3.dll File: If the game is not launching or crashing without an error, the possible cause can be hidden xinput1_3.dll file. Reinstalling the DirectX has resolved the error for most users.  Windows Virus and Threat Protection or Antivirus: The Windows Virus and Threat Protection or the third-party antivirus installed on your PC protect you against malware and Trojans. However, sometimes the program can mistake the DOOM Eternal .exe file or the desktop launcher as a malicious program and block its functions. To resolve the issue, you can create an exclusion on the Windows Virus and Threat Protection or the antivirus for the game.  Remove Third-party Game Optimization Software: If you are using GeForce Experience or the MSI Afterburner to optimize the game settings, it might be causing the problem. The fix is simple disable or uninstall the program to fix “Game Not Launching” Or “Crash at Startup” errors.  Outdated Windows OS: Whether you are using Windows 7 or Windows 10, an outdated OS could also be the cause for this problem. Simply update the OS and the problem will be resolved.Lack of Privilege: By default, no software on Windows has the admin privilege, but it’s essential for games to perform certain functions, which leads to the error. Resolve the error by running the game with administrator permission.   

4,5(99 оценок)
Ответ:
Сергей1901
Сергей1901
02.02.2022

Задача 1:

#include <iostream>

using namespace std;

int main()

{

int a{}, b{};

cout << "a = ";

cin >> a;

cout << endl << "b = ";

cin >> b;

if (a < b) a *= 2, b *= 3;

else b *= 2, a *= 3;

cout << endl << endl << "a = " << a << endl << "b = " << b;

return 0;

}

Задача 2:

#include <iostream>

using namespace std;

int main()

{

int a{};

cout << "a = ";

cin >> a;

if (!(a % 2)) cout << endl << a * a; //if (!(a % 2)) = теж саме, що й if (a % 2 == 0)

else cout << endl << a * a * a;

return 0;

}

Задача 3:

#include <iostream>

using namespace std;

int main()

{

int sum{};

for (int i = 11; i < 100; i += 2) sum += i;

cout << sum;

return 0;

}

Задача 4:

#include <iostream>

using namespace std;

int main()

{

for (int i = 144; i < 1000; i += 48) cout << i << " ";

return 0;

}

4,4(62 оценок)
Новые ответы от MOGZ: Информатика
Полный доступ к MOGZ
Живи умнее Безлимитный доступ к MOGZ Оформи подписку
logo
Вход Регистрация
Что ты хочешь узнать?
Спроси Mozg
Открыть лучший ответ