1 条题解

  • 0
    @ 2025-7-11 10:09:28

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

    int main(){ int m; cin>>m; if(m == 1||m == 2||m == 3||m == 4||m == 5){ cout<<m + 2<<endl; } if(m == 7){ cout<<2<<endl; } if(m == 6){ cout<<1<<endl; } return 0; }

    • 1

    信息

    ID
    36
    时间
    1000ms
    内存
    64MiB
    难度
    4
    标签
    递交数
    23
    已通过
    16
    上传者