hhx的c++笔记

呵呵侠

2020-03-01 18:46:58

Personal

# 目录 ------------ ## 前言 ------------ ## [预备知识 变量](https://www.luogu.com.cn/blog/he-he-xia/yu-bei-zhi-shi-bian-liang) ------------ ## [第一章 顺序结构](https://www.luogu.com.cn/blog/he-he-xia/di-yi-zhang-shun-xu-jie-gou) **1.cin和cout** **2.scanf和printf** **3.四则运算** ------------ ## 第二章 分支结构 ### 1.if、if else、else ### 2.switch ### 3.分支结构打表 ------------ ## 第三章 循环结构 ### 1.while循环 ### 2.for循环 ### 3.do while鸡肋循环 ### 4.死循环 ### 5.break和continue ### 6.双重循环 ### 7.多重循环