// editor1
#include<iostream>
using namespace std;
int main(){
    int fr,sc;
    cout<<"Enter the first digit:";
    cin>>fr;
    cout<<"Enter the second digit:";
    cin>>sc;
    if((a%b)==0){
        cout<<"true";
    }
    else{
        cout<<"false";
    }
}