提交时间:2024-11-26 20:50:48
运行 ID: 57692
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<__gcd(a,b); }