#40612: 不使用long long 語法


gwjh112086 (gwjh112086)

學校 : 不指定學校
編號 : 271933
來源 : [163.19.106.163]
最後登入時間 :
2024-06-19 16:23:40
a012. 10055 - Hashmat the Brave Warrior -- UVa10055 | From: [36.226.210.225] | 發表日期 : 2024-06-01 10:18

#include <iostream>
using namespace std;
int main() {
int a,b,c;
while(cin>>a>>b){
    int c = a-b;
    if(c<0) c=-c;
    cout<<c<<endl;
}
}

 
ZeroJudge Forum