提交时间:2020-10-31 19:12:01
运行 ID: 8294
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<__gcd(a,b); }