Run ID:103761
提交时间:2024-12-29 15:10:29
#include<bits/stdc++.h> using namespace std; int main(){ int x,y; cin>>x>>y; cout<<__gcd(x,y); return 0; }