1 条题解

  • 2
    @ 2023-8-26 17:18:43
    #include<iostream>
    using namespace std;
    int main(){
        cout<<"1: 1 2 3 4 5"<<endl;
        cout<<"2: 2 3 4 5 1"<<endl;    
        cout<<"3: 3 4 5 1 2"<<endl;
        cout<<"4: 4 5 1 2 3"<<endl;
        cout<<"5: 5 1 2 3 4"<<endl;
        cout<<"6: 1 2 3 4 5"<<endl;
        cout<<"7: 2 3 4 5 1"<<endl;
        cout<<"8: 3 4 5 1 2"<<endl;
        cout<<"9: 4 5 1 2 3"<<endl;
        cout<<"10: 5 1 2 3 4";
        return 0;	
    }
    

    信息

    ID
    231
    时间
    1000ms
    内存
    64MiB
    难度
    8
    标签
    递交数
    14
    已通过
    9
    上传者