From e7119ab331faebf99a46dad4b9a92e4a70da4646 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Tue, 22 Sep 2020 17:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E7=99=BE=E5=88=86=E6=AF=94=E8=BF=9B=E5=BA=A6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Common/打印百分比进度.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Common/打印百分比进度.md diff --git a/Common/打印百分比进度.md b/Common/打印百分比进度.md new file mode 100644 index 0000000..6759de4 --- /dev/null +++ b/Common/打印百分比进度.md @@ -0,0 +1,21 @@ +# 打印百分比进度 + +```cpp +#include +#include + +for(int i=0; i<100; i++) +{ + cout<