摘要: 新建一个本地分支,将一个远程分支 checkout 到新建的那个本地分支。 注意:`` 必须是新的本地分支,不能和已有的本地分支同名。 如果你指定的 相同,则可简写为 其中 可简写为 。 git push Local branch 'master' set up to track remote br 阅读全文
posted @ 2019-09-23 22:20 Pat 阅读(166) 评论(0) 推荐(0) 编辑
摘要: "题目链接" Implementation c++ int n, q; scan(n,q); vi p(n + 1); vi nson(n + 1); up (i, 1, n) { scan(p[i]); nson[p[i]]++; } vi leaf; up (i, 1, n) { if (nso 阅读全文
posted @ 2019-09-23 21:56 Pat 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Intel Driver and Support Assistant 以下简称 Intel DSA。 Intel DSA 依赖 Microsoft Visual C++ 2015 2019 Redistributable (x86),以下简称 vc_redist.x86。 我电脑上安装的 cv_re 阅读全文
posted @ 2019-09-23 20:30 Pat 阅读(2981) 评论(0) 推荐(0) 编辑
摘要: Problem Check if a positive integer $n$ can be written as sum of a positive integer and reverse of that integer. Here, reverse of a positive integer i 阅读全文
posted @ 2019-09-23 01:08 Pat 阅读(384) 评论(0) 推荐(0) 编辑