http://www.patest.cn/contests/pat-a-practise/1028 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 const int MAXN = 100; 8 int C; 9 10 ... Read More
posted @ 2015-08-04 23:47 ACSeed Views(142) Comments(0) Diggs(0)
http://www.patest.cn/contests/pat-a-practise/1020根据后序遍历和中序遍历求层序遍历 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 const int MAXN = 100... Read More
posted @ 2015-08-04 23:19 ACSeed Views(226) Comments(0) Diggs(0)
我的系统是ubuntu14.04LTS1.安装git2.生成ssh-key(这里)3.建仓库就可以用了 Read More
posted @ 2015-08-04 16:35 ACSeed Views(139) Comments(0) Diggs(0)
http://www.patest.cn/contests/pat-a-practise/1021STL慎用啊, 不是超时就是超内存 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 usin... Read More
posted @ 2015-08-04 13:51 ACSeed Views(295) Comments(0) Diggs(0)