This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 个人项目
###### 1.1运行前须知
**1**.在Windows系统PowerShell上运行;
**2**.运行前确保终端编码格式为UTF-8,即复制并运行以下指令:
[Console]::InputEncoding = [Console]::OutputEncoding = [System.Text.Encoding]::UTF8
**3**.运行时会生成若干文件夹用于存储试题;
4.编译版本为C++11以上