摘要: 1 #include 2 using namespace std; 3 int vis[10],ans[10],n; 4 void f(int x) 5 { 6 if (x == n + 1) 7 { 8 for (int i = 1;i > n; 26 f(1); 27 return 0; 28 } 阅读全文
posted @ 2019-07-24 23:45 IAT14 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 int main() 6 { 7 string a,b,tmp; 8 int x[11000] = {},y[11000] = {},z[11000] = {}; 9 int ok = 0; 10 cin >> a >> b;... 阅读全文
posted @ 2019-07-24 21:30 IAT14 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 int main() 5 { 6 string a,b; 7 cin >> a >> b; 8 int x[11000] = {},y[11000] = {},z[11000] = {}; 9 for (int i = 0;i = 1;i--) 25... 阅读全文
posted @ 2019-07-24 15:18 IAT14 阅读(210) 评论(0) 推荐(0) 编辑