文章

16

粉丝

402

获赞

22

访问

158.7k

头像
蒟蒻作法

#include <bits/stdc++.h>

using namespace std;

 

int main(){

    int x,y;

    cin >> x >> y;

    cout << __gcd(x,y) ;

    return 0;

}

登录查看完整内容


登录后发布评论

暂无评论,来抢沙发