#16148: 自己修改1.2


abc101012 (屍體很醜)

學校 : 臺北市私立延平高級中學
編號 : 83292
來源 : [203.72.64.160]
最後登入時間 :
2022-03-16 09:59:50
a012. 10055 - Hashmat the Brave Warrior -- UVa10055 | From: [203.72.178.252] | 發表日期 : 2018-11-28 16:43

//#include <iostream>
//#include<cmath>
using namespace std;

int main()
{
long long int a;
long long int b;
cin>>a>>b;
if(a>b) cout<< abs(a-b)<<endl;
if(a==b) cout<<"0"<<endl;
if(a<b) cout<< abs(b-a)<<endl;
return 0;
}

 
ZeroJudge Forum