该文被密码保护。 阅读全文
posted @ 2019-09-02 22:04 Unknown_Island 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-09-02 20:05 Unknown_Island 阅读(1) 评论(0) 推荐(0) 编辑
摘要: dfs实现: STL permutation实现: 阅读全文
posted @ 2019-09-02 19:46 Unknown_Island 阅读(84) 评论(0) 推荐(0) 编辑
摘要: import java.math.BigInteger; import java.util.Scanner; public class Main{ public static void main(String [] args){ Scanner cin = new Scanner(System.in); BigInteger a,b; while(cin.hasNext()){ a=cin.nex 阅读全文
posted @ 2019-09-02 15:06 Unknown_Island 阅读(89) 评论(0) 推荐(0) 编辑
摘要: //#pragma GCC optimize(2) #pragma comment(linker, "/STACK:10240000,10240000") #include<iostream> #include<cstdio> #include<cmath> #include<cstring> #i 阅读全文
posted @ 2019-09-02 14:29 Unknown_Island 阅读(100) 评论(0) 推荐(0) 编辑