Giter Club home page Giter Club logo

pat-1's Introduction

PAT甲级

ID Title C/C++ 备注
1005 Spell It Right(20) 查看题解 字符串模拟
1006 Sign In and Sign Out(25) 查看题解 模拟, 排序
1008 Elevator(20) 查看题解 模拟
1009 Product of Polynomials(25) 查看题解 多项式, 排序, map
1011 World Cup Betting(20) 查看题解 模拟
1015 Reversible Primes(20) 查看题解 进制转换, 素数
1024 Palindromic Number(25) 查看题解 大整数, 字符串
1025 PAT Ranking (25) 查看题解 排序
1028 List Sorting (25) 查看题解 排序
1035 Password(20) 查看题解 Hash散列, map
1042 Shuffling Machine(20) 查看题解 排序, 进制转换, 链表, 模拟
1048 Find Coins(25) 查看题解 two pointers
1065 A+B and C (64bit)(20) 查看题解 大整数
10xx next come on do it

PAT乙级题目题解

ID Title C/C++ 备注
1001 害死人不偿命的(3n+1)猜想(15) 查看题解 模拟
1002 写出这个数 (20) 查看题解 字符串处理
1003 我要通过! (20) 查看题解 字符串找规律
1004 成绩排名 (20) 查看题解 查找元素
1005 继续(3n+1)猜想 (25) 查看题解 模拟
1006 换个格式输出整数 (15) 查看题解 取余得位数
1007 素数对猜想(20) 查看题解 素数
1008 数组循环右移问题(20) 查看题解 数组下标
1009 说反话 (20) 查看题解 数组下标,栈
1010 一元多项式求导 (25) 查看题解 简单数学
1011 A+B和C (15) 查看题解
1012 数字分类 (20) 查看题解 分类
1013 数素数 (20) 查看题解
1014 福尔摩斯的约会 (20) 查看题解
1015 德才论 (25) 查看题解 排序
1016 部分A+B(15) 查看题解
1017 A除以B(20) 查看题解 大整数除法
1018 锤子剪刀布 (20) 查看题解 模拟, 数组
1019 数字黑洞 (20) 查看题解 字符串处理
1019 数字黑洞 (20) 查看题解 字符串处理
1020 月饼 (25) 查看题解 优先队列
1021 个位数统计(15) 查看题解 Hash散列
1022 D进制的A+B (20) 查看题解 进制转换
1023 组个最小数(20) 查看题解 贪心
1024 科学计数法 (20) ? 查看题解 字符串
1025 反转链表 (25) 查看题解 链表, map
1026 程序运行时间(15) 查看题解 时分秒格式, 进制转换
1027 打印沙漏(20) 查看题解 数列, 规律, 字符打印
1028 人口普查(20) .
1029 旧键盘(20) 查看题解 Hash散列
1030 完美数列(25) 查看题解 two pointers
1031 查验身份证(15) 查看题解 Hash散列
1032 挖掘机技术哪家强(20) 查看题解 Hash散列
1033 旧键盘打字(20) 查看题解 Hash散列, 字符串处理
1035 插入与归并(25) 查看题解 two pointers
1036 跟奥巴马一起编程(15) 查看题解 图形打印
1037 在霍格沃茨找零钱(20) 查看题解 进制转换
1038 统计同成绩学生(20) 查看题解 Hash散列, 输入
1039 到底买不买 (20) 查看题解 Hash散列, 字符串
1040 有几个PAT(25) 查看题解 递推规律
1041 考试座位号(15) 查看题解 Hash散列
1042 字符统计(20) 查看题解 Hash散列
1043 输出PATest(20) 查看题解 Hash散列
1044 火星数字(20) 查看题解 字符串, map, 进制转换
1046 划拳(15) 查看题解 模拟
1047 编程团体赛(20) 查看题解 Hash散列
1048 数字加密(20) 查看题解 转换
1049 数列的片段和(20) 查看题解 数列, 规律
1050 螺旋矩阵(25) 查看题解 规律, 打印
1051 复数乘法(15) 查看题解 复数
1052 卖个萌(20) 查看题解 字符串处理
1053 住房空置率 (20) 查看题解 分类
1054 求平均值(20) 查看题解 字符串处理, sprintf, sscanf
1083 是否存在相等的差 (20) 查看题解 Hash散列
1054 求平均值(20) 查看题解 字符串(case3)
1057 数零壹(20) 查看题解 进制转换
1066 图像过滤(15) 查看题解 简单题
1067 试密码(20) 查看题解 字符串
1045 快速排序(25) 查看题解 快速排序
1055 集体照 (25) 查看题解 排序, 数列
1056 组合数的和(15) 查看题解 组合
1058 选择题(20) 查看题解 位运算, 数组
1059 选择题(20) 查看题解 Hash散列
1060 爱丁顿数(25) 查看题解 模拟
1061 判断题(15) 查看题解 数组
1062 最简分数(20) 查看题解 公约数, 四则运算
1063 计算谱半径(20) 查看题解 复数
1064 朋友数(20) 查看题解 Hash散列
1065 单身狗(25) 查看题解 Hash散列
1068 万绿丛中一点红(20) 查看题解 Hash散列
1069 微博转发抽奖(20) 查看题解 map模拟
1070 结绳(25) 查看题解 排序(贪心)
1079 延迟的回文数(20) 查看题解 字符串, 大整数
1080 MOOC期终成绩(25) 查看题解 排序map
1072 开学寄语(20) 查看题解 简单题
1073 多选题常见计分法(20) 查看题解 位运算, scanf
1074 宇宙无敌加法器(20) 查看题解 进制转换, 栈
1075 链表元素分类(25) 查看题解 链表, map
1076 Wifi密码(15) 查看题解 简单题
1077 互评成绩计算(15) 查看题解 简单题
1078 字符串压缩与解压(20) 查看题解 字符串, 栈, two pointers
1079 延迟的回文数(20)? 查看题解 字符串
1079 延迟的回文数(20)? 查看题解 字符串
1071 小赌怡情(15) 查看题解 水题
1080 MOOC期终成绩(25) 查看题解 模拟
1081 检查密码(20) 查看题解 模拟
1082 射击比赛(20) 查看题解 模拟, 字符串
1083 是否存在相等的差(20) 查看题解 Hash散列, 排序
1084 外观数列(20) 查看题解 规律, 字符串
1085 PAT单位排行(25) 查看题解 排序, map
1086 就不告诉你(15) 查看题解 字符串, 进制转换
1087 有多少不同的值(20) 查看题解 Hash散列
1088 三人行(20) 查看题解 表达式
1089 狼人杀-简单版(20) 查看题解 Hash散列, 逻辑题
1090 危险品装箱(25) 查看题解 STL-map
1001* 害死人不偿命的(3n+1)猜想(15) 查看题解 模拟题
1032* 挖掘机技术哪家强-改编(20) 查看题解 排序
10xx next come on do it

pat-1's People

Contributors

timtingwei avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.