苹果发箍

文章
7
资源
0
加入时间
3年0月20天

Git学习笔记(Ubuntu)Git分支

分支简介分支创建git branch xx查看:git log --oneline --decorate分支切换git checkout xx查看分叉历史:git log --oneline --decorate --graph --all分支新建与合并新建分支新建并同时切换:git checkout -b xx合并:git merge xx删除:git branch -d xx分支的合并遇到合并冲突:git status查看unmerged状态的文件,修改图形化工具处理冲突:g

E - IGNB HDU - 1242(简单bfs)

题目来源:https://vjudge.net/contest/292780#problem/Ehttp://acm.hdu.edu.cn/showproblem.php?pid=1242Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M...

for循环的3个表达式执行顺序

2)再执行“表达式2”,如果它的值为真(非0),则执行循环体,否则结束循环。4)重复执行步骤2)和3),直到“表达式2”的值为假,就结束循环。输入2,执行if(n