С.Р№5.Задание1 - Вариант4.

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int b, c, d, e; for (int a = 0; a <= 100; a = a + 1){ b = a % 3; c = a % 4; d = a % 5; e = a % 6; if (b == 1 && c == 2 && d == 3 && e == 4){ cout<<endl<<a;} } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines