Run ID:103735
提交时间:2024-12-29 15:02:42
#include<iostream> using namespace std; int main(){ int x,y; cin>>x>>y; cout<<__gcd(x,y); return 0; }