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<