lab5 (318)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include<cmath> using namespace std; int main() { setlocale(LC_ALL, "ru"); int n = 500; int i = 0; while (i<20) { if (n % 13 == 0 || n % 17 == 0) { cout << n << endl; i++; } n++; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines