You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
350 B

This file contains ambiguous Unicode characters!

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以上