最令官方头疼题解复仇者_shazi一只2025-06-20 21:22:26发布于:上海8阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<__gcd(a,b); //就用gcd return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个