SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #include <iostream>
- #include <cmath>
- using namespace std;
- int main ()
- {
- long int N, M;
- cin >> N >> M;
- if (-2000000000 <= N <= 2000000000 && -2000000000 <= M <= 2000000000)
- cout << abs(N-M);
- return 0;
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.