#include using namespace std; typedef long long ll; int main(void) { int N,D; cin >> N >> D; bool f = N - D < 0; int ch = abs(N - D); for (int i=0; i