建议评红。
为啥500个测试点?
STL大法好!
#include<bits/stdc++.h> using namespace std; int main(){ long long a,b; cin>>a>>b; cout<<__gcd(a,b); return 0; }
暂无评论