CPE 3. Hashmat the Brave Warrior
user_3763047219
c_cpp
2 years ago
218 B
3
Indexable
Never
#include <iostream> using namespace std; #include <string> #include <math.h> #include <algorithm> #include <cmath> int main(){ long long H,O; while(cin>>H>>O){ cout<<llabs(O-H)<<endl; } }