lab4(57)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <math.h> using namespace std; int main() { int a; int d; cin>>a; cin>>d; if (a%d==0){ cout<<"Делится"; }else{ cout<<"НЕ делится"; } }
Editor Settings
Theme
Key bindings
Full width
Lines