CPE 3. Hashmat the Brave Warrior

 avatar
user_3763047219
c_cpp
2 years ago
218 B
3
Indexable
#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;
    }
}