Run ID:103708
提交时间:2024-12-29 14:54:02
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<__gcd(a,b); return 0; }