lab6(37)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> int main() { unsigned m, l; std::cin >> m >> l; unsigned x; while (std::cin >> x) { if ( x % m == l ) std::cout << "OK: " << x << std::endl; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines