8 条题解

  • -1
    @ 2024-10-2 16:12:48
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	cout<<"1: 1 2 3 4 5\n2: 2 3 4 5 1\n3: 3 4 5 1 2\n4: 4 5 1 2 3\n5: 5 1 2 3 4\n6: 1 2 3 4 5\n7: 2 3 4 5 1\n8: 3 4 5 1 2\n9: 4 5 1 2 3\n10: 5 1 2 3 4\n";
    //请输入
    return 0;
    }
    
    

    信息

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