Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 283 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 283 Bytes

全拼输入法

编译

> mkdir build
> cd build
> cmake ..
> make

运行

方式1

> cd build
> ./pinyin.exe ../data/input.txt ../data/output.txt ../data/answer.txt

方式2

> cd build
> ./pinyin.exe