POJ 2142 The Balance(exgcd)

嗯...html   題目連接:http://poj.org/problem?id=2142ios   AC代碼:ide 1 #include<cstdio> 2 #include<iostream> 3 4 using namespace std; 5 6 inline int _abs(int x){ 7 if(x < 0) return -x; 8 ret
相關文章
相關標籤/搜索