Hashmat the brave warrior
user_6817964
c_cpp
3 years ago
177 B
8
Indexable
#include <iostream>
#include <cmath>
using namespace std;
main(){
long long int a, b;
while(cin >> a >> b){
cout << abs(a-b) << endl;
}
}Editor is loading...