摘要:
1 class Solution { 2 public: 3 string getPermutation(int n, int k) { 4 int fac[10]; 5 bool vis[10]; 6 memset(vis, 0, size... 阅读全文
posted @ 2014-08-25 14:06
canexjtuzju
阅读(126)
评论(0)
推荐(0)
canexjtuzju
记录 |
|
|