#include using namespace std; int main() { int n, r; n = 15; r = 0; // Line 1 cin >> n >> r; // Line 2 if (n%r || r == 0) cout <<