我的學習紀錄。
#include <iostream> using namespace std; int main() { long long int a,b; while(cin>>a>>b) { cout<<abs(a-b)<<endl; } return 0; }
沒有留言:
張貼留言