3 条题解

  • 0
    @ 2025-3-8 15:02:39

    我再来发一遍

    #include<bits/stdc++.h>
    using namespace std;
    const int N=1e5+5,INF=0x3f3f3f3f;
    typedef long long LL;
    string a;
    int main()
    {
    	cin>>a;
    	do{
    		cout<<a<<endl;
    	}while(next_permutation(a.begin(),a.end()));
    	return 0;
    }
    

    信息

    ID
    1239
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    64
    已通过
    25
    上传者