#include <bits/stdc++.h> using namespace std; int main(){ int a,b,c,d,e; cin>>a>>b; c=a%b; d=(a-c)/b; cout<<char(F); }