close
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=996
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
long long int Hashmat, opponent;
while(cin>>Hashmat>>opponent)
{
cout<<abs(Hashmat-opponent)<<endl;
}
}
※查詢所有題目及解答如下※
※查詢其他CPE題目如下※
全站熱搜
留言列表