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