跳到主文
部落格全站分類:圖文創作
使用內建函數
或輾轉相除法
#include <iostream> #include <algorithm>
using namespace std;
int main() { int a, b;
while(cin >> a >> b) cout << __gcd(a,b) << endl; return 0; }
大神的世界
大神(偽) 發表在 痞客邦 留言(0) 人氣()
留言列表