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.

350 B

个人项目

1.1运行前须知

1.在Windows系统PowerShell上运行

2.运行前确保终端编码格式为UTF-8即复制并运行以下指令

[Console]::InputEncoding = [Console]::OutputEncoding = [System.Text.Encoding]::UTF8

3.运行时会生成若干文件夹用于存储试题;

4.编译版本为C++11以上