#include using namespace std; int main(void) { int a,b; cin >> a >> b; if(ab) cout << '-' << a-b; else cout << 0; }