john
first commit
c4b0eef
raw
history blame contribute delete
151 Bytes
#include <stdio.h>
#include<algorithme>
using namespace std;
int main()
{
long long a,b;
while(cin>>a>>b)
cout<<abs(a-b);
return 0;
}