CPE 3. Hashmat the Brave Warrior
user_3763047219
c_cpp
3 years ago
218 B
10
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...