1 条题解

  • 0
    @ 2026-3-31 16:53:29

    #include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; cout<<__gcd(a,b)(a/__gcd(a,b))(b/__gcd(a,b)); return 0; }

    • 1

    信息

    ID
    5405
    时间
    1000ms
    内存
    16MiB
    难度
    3
    标签
    递交数
    5
    已通过
    4
    上传者