CPE 3. Hashmat the Brave Warrior

user_3763047219 avatar
user_3763047219
c_cpp
03/08/2023 2:12 PM
292 B
16
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;
    }
}
Editor is loading...