2020年7月15日 星期三

10055 - Hashmat the Brave Warrior

程式碼:
#include <iostream>
using namespace std;

int main()
{
    long long int a,b;
    while(cin>>a>>b)
    {
        cout<<abs(a-b)<<endl;
    }
    return 0;
}

沒有留言:

張貼留言