摘要: #define MAXLEN 1024 #include #include #include #include #include #include #include #include using namespace std; typedef struct node { string key; vectorval; node *next; }Node; const string Em... 阅读全文
posted @ 2017-08-28 20:34 小九xD 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 题目:http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1130 暴力计算一会溢出,二会超时,所以这里用到了斯特林近似 阅读全文
posted @ 2017-08-28 12:29 小九xD 阅读(269) 评论(0) 推荐(0) 编辑