摘要:
#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
阅读(236)
评论(0)
推荐(0)
摘要:
题目:http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1130 暴力计算一会溢出,二会超时,所以这里用到了斯特林近似 阅读全文
posted @ 2017-08-28 12:29
小九xD
阅读(289)
评论(0)
推荐(0)

浙公网安备 33010602011771号