/PAT

:memo: solutions for PAT

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Contents

There are some solutions for PATby FrogLu.

The strategy of solve problems in my blog: https://github.com/FrogLu/PAT

Id Title Solution Type Hard
1001 害死人不偿命的(3n+1)猜想(15) ✔️ 基本语法 Easy
1002 写出这个数(20) ✔️ 整型字符串转换 Easy
1003 我要通过!(20) ✔️ 字符串处理
1004 成绩排名(20) ✔️ 输入流格式处理 Easy