题目 | 分值 | 类型 | 备注 |
---|---|---|---|
A1001 A+B Format | 20 | 简单模拟 | |
A1002 A+B for Polynomials | 25 | 简单模拟 | 思路写在注释里还没整理 |
A1005 Spell It Right | 20 | 字符串处理 | |
A1006 Sign In and Sign Out | 25 | 查找元素 | |
A1009 Product of Polynomials | 25 | 简单模拟 | |
A1011 World Cup Betting | 20 | 查找元素 | |
A1019 General Palindromic Number | 20 | 进制转换 | 附任意进制转换的代码和思路 |
A1027 Colors in Mars | 20 | 进制转换 | |
A1031 Hello World for U | 20 | 图形输出 | |
A1032 Sharing | 25 | 静态链表(还没学习其他人的答案) | 测试点埋了大坑!后两个测试点一个关于标准化输出一个关于思维误区(读题没完全理解),非常有参考价值 |
A1035 Password | 20 | 字符串处理 | |
A1036 Boys vs Girls | 25 | 查找元素 | |
A1042 Shuffling Machine | 20 | 简单模拟 | |
A1046 Shortest Distance | 20 | 简单模拟 | |
A1048 Find Coins | 25 | 有三种做法,我只看了一种 | |
A1058 A+B in Hogwarts | 20 | 进制转换 | |
A1061 Dating | 20 | 字符串处理 | |
A1065 A+B and C (64bit)/) | 20 | 简单模拟 | 关于溢出仍有问题 |
A1073 Scientific Notation | 20 | 字符串处理 | 有三种写法,目前只写了一种 |
A1077 Kuchiguse | 20 | 字符串处理 | 书上思路是反转字符串,还没尝试 |
A1082 Read Number in Chinese | 25 | 字符串处理 | 这个题没有看书上的做法,没带书 |
undefined | null | NaN | undeclared |
注:
1.这一次写代码用的参考书是算法笔记。乙级代码和codeup代码我就自己在书上写写划划过掉了,关键的会复现。
2.题号前缀含义:B即Basic Level,乙级,A即Advanced Level,甲级。以上大部分将会为PAT甲级题目。
3.之后会整理LeetCode题解。
4.努力保持刷题,随缘更新。