4 条题解

  • 0
    @ 2023-3-3 21:04:44

    #include <bits/stdc++.h> using namespace std;

    int x; int main() { cin>>x; while(x!=1) { if(x%2==1) { cout<<x<<"3+1="<<x3+1<<endl; x=x*3+1; } else { cout<<x<<"/2="<<x/2<<endl; x=x/2; } } cout<<"End"; return 0; }

    信息

    ID
    79
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    48
    已通过
    34
    上传者