Fellow me on GitHub
摘要: Babelfish Babelfish Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 41263 Accepted: 17561 Description You have just moved from Waterloo to 阅读全文
posted @ 2016-09-04 18:02 Penn000 阅读(272) 评论(0) 推荐(0) 编辑
摘要: Crazy Search Crazy Search Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 27536 Accepted: 7692 Description Many people like to solve hard p 阅读全文
posted @ 2016-09-04 15:57 Penn000 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1 //2016.9.4 2 #include 3 #include 4 5 using namespace std; 6 7 const int maxsize = 100; 8 9 template 10 class seq_list 11 { 12 protected: 13 T *date; 14 int max_s... 阅读全文
posted @ 2016-09-04 11:54 Penn000 阅读(175) 评论(0) 推荐(0) 编辑