#30556: 參考解答


zaqxswdce26@gmail.com (卡比獸)

學校 : 不指定學校
編號 : 192970
來源 : [49.216.222.215]
最後登入時間 :
2023-10-24 13:17:05
a012. 10055 - Hashmat the Brave Warrior -- UVa10055 | From: [101.12.46.110] | 發表日期 : 2022-05-29 06:41

#include <iostream>
#include <cmath>
using namespace std;
int main(void)
{
    ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
    long long a,b;
    cin>>a>>b;
    cout<<abs(a-b)<<"\n";

    return 0;
}

 
ZeroJudge Forum