摘要:
1:全排列#include#include#includeusing namespace std;char ch[10];int len,a[10];bool p[10];void dfs(int t){ if(t>len) { for(int i=1;i#in... 阅读全文
posted @ 2016-10-20 10:28
lris0-0
阅读(88)
评论(0)
推荐(0)
摘要:
#include#include#include#includeusing namespace std;string s1,s2;int main(){ int i,len; cin>>s1; len=s1.length(); for (i=1... 阅读全文
posted @ 2016-10-20 10:25
lris0-0
阅读(93)
评论(0)
推荐(0)

浙公网安备 33010602011771号