#23708: 新手點進來


J123310633 (RAY)

學校 : 臺北市私立延平高級中學
編號 : 128507
來源 : [180.176.211.127]
最後登入時間 :
2022-02-26 00:44:35
a012. 10055 - Hashmat the Brave Warrior -- UVa10055 | From: [111.235.252.96] | 發表日期 : 2020-12-11 13:37

#include <iostream>
using namespace std;
int main()

{
long long a,b;
 while(cin>>a>>b)
 if(a>b){
 	cout<<a-b<<endl;
 }
 else
 cout<<b-a<<endl;
 
}
簡單的程式碼&&簡單的題目
 
ZeroJudge Forum