https://github.com/ziyaogeng/pat
PAT(Advanced Level)Practice
https://github.com/ziyaogeng/pat
Last synced: 7 months ago
JSON representation
PAT(Advanced Level)Practice
- Host: GitHub
- URL: https://github.com/ziyaogeng/pat
- Owner: ZiyaoGeng
- Created: 2018-07-18T13:31:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T14:40:00.000Z (over 6 years ago)
- Last Synced: 2025-01-24T09:08:56.680Z (9 months ago)
- Language: C++
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :pencil2: PAT(Advanced Level) Solutions with Java/C++
Update time: 2019-1-8 21:19I'm a college student
| # | Title | Source Code | Time | Score | Get |
|:---:|:---:|:---:|:---:|:---:|:---:|
|1001|[ A+B Format ](https://pintia.cn/problem-sets/994805342720868352/problems/994805528788582400)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1001/Main.java)|2018/7/18| 20 | 20 |
|1001|[ A+B Format ](https://pintia.cn/problem-sets/994805342720868352/problems/994805528788582400)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1001/1001.cpp) |2019/1/8| 20 | 20 |
|1002|[ A+B for Polynomials ](https://pintia.cn/problem-sets/994805342720868352/problems/994805526272000000)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1002/1002.cpp) |2019/1/8| 25 | 25 |
|1003|[ Emergency ](https://pintia.cn/problem-sets/994805342720868352/problems/994805523835109376)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1003/Main.java) |2018/7/19| 25 | 25 |
|1003|[ Emergency ](https://pintia.cn/problem-sets/994805342720868352/problems/994805523835109376)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1003/1003.cpp) |2019/1/9| 25 | 25 |
|1004|[ Counting Leaves ](https://pintia.cn/problem-sets/994805342720868352/problems/994805521431773184)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1004/Main.java)|2018/7/19| 30 | 30 |
|1004|[ Counting Leaves ](https://pintia.cn/problem-sets/994805342720868352/problems/994805521431773184)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1004/1004.cpp)|2019/1/10| 30 | 30 |
|1005|[ Spell It Right ](https://pintia.cn/problem-sets/994805342720868352/problems/994805519074574336)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1005/Main.java)|2018/7/19| 20 | 20 |
|1005|[ Spell It Right ](https://pintia.cn/problem-sets/994805342720868352/problems/994805519074574336)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1005/1005.cpp)|2019/1/10| 20 | 20 |
|1006|[ Sign In and Sign Out ](https://pintia.cn/problem-sets/994805342720868352/problems/994805516654460928)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1006/Main.java)|2018/7/19| 25 | 25 |
|1006|[ Sign In and Sign Out ](https://pintia.cn/problem-sets/994805342720868352/problems/994805516654460928)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1006/1006.cpp)|2019/1/10| 25 | 25 |
|1007|[ Maximum Subsequence Sum ](https://pintia.cn/problem-sets/994805342720868352/problems/994805514284679168)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1007/Main.java)|2018/7/19| 25 | 20 |
|1007|[ Maximum Subsequence Sum ](https://pintia.cn/problem-sets/994805342720868352/problems/994805514284679168)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1007/1007.cpp)|2019/1/11| 25 | 25 |
|1008|[ Elevator ](https://pintia.cn/problem-sets/994805342720868352/problems/994805511923286016)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1008/Main.java)|2018/7/20| 20 | 20 |
|1008|[ Elevator ](https://pintia.cn/problem-sets/994805342720868352/problems/994805511923286016)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1008/1008.cpp)|2019/1/11| 20 | 20 |
|1009|[ Product of Polynomials ](https://pintia.cn/problem-sets/994805342720868352/problems/994805509540921344)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1009/Main.java)|2018/7/20| 25 | 20 |
|1009|[ Product of Polynomials ](https://pintia.cn/problem-sets/994805342720868352/problems/994805509540921344)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1009/1009.cpp)|2019/1/11| 25 | 25 |
|1010|[ Radix ](https://pintia.cn/problem-sets/994805342720868352/problems/994805507225665536)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1010/Main.java)|2018/7/20| 25 | 24 |
|1010|[ Radix ](https://pintia.cn/problem-sets/994805342720868352/problems/994805507225665536)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1010/1010.cpp)|2019/1/12| 25 | 25 |
|1011|[ World Cup Betting ](https://pintia.cn/problem-sets/994805342720868352/problems/994805504927186944)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1011/Main.java)|2018/7/21| 20 | 20 |
|1011|[ World Cup Betting ](https://pintia.cn/problem-sets/994805342720868352/problems/994805504927186944)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1011/1011.cpp)|2019/1/12| 20 | 20 |
|1012|[ The Best Rank ](https://pintia.cn/problem-sets/994805342720868352/problems/994805502658068480)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1012/Main.java)|2018/7/21| 25 | 15 |
|1012|[ The Best Rank ](https://pintia.cn/problem-sets/994805342720868352/problems/994805502658068480)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1012/1012.cpp)|2019/1/13| 25 | 25 |
|1013|[ Battle Over Cities ](https://pintia.cn/problem-sets/994805342720868352/problems/994805500414115840)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1013/Main.java)|2018/7/21| 25 | 15 |
|1013|[ Battle Over Cities ](https://pintia.cn/problem-sets/994805342720868352/problems/994805500414115840)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1013/1003.cpp)|2019/1/28| 25 | 25 |
|1014|[ Waiting in Line ](https://pintia.cn/problem-sets/994805342720868352/problems/994805498207911936)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1014/Main.java)|2018/7/21| 30 | 0 |
|1015|[ Reversible Primes ](https://pintia.cn/problem-sets/994805342720868352/problems/994805495863296000)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1015/Main.java)|2018/7/22| 20 | 20 |
|1015|[ Reversible Primes ](https://pintia.cn/problem-sets/994805342720868352/problems/994805495863296000)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1015/1015.cpp)|2019/2/25| 20 | 20 |
|1016|[ Phone Bills ](https://pintia.cn/problem-sets/994805342720868352/problems/994805493648703488)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1016/1016.cpp)|2019/2/27| 25 | 25 |
|1017|[ Queueing at Bank ](https://pintia.cn/problem-sets/994805342720868352/problems/994805495863296000)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1017/Main.java)|2018/7/22| 25 | 17 |
|1017|[ Queueing at Bank ](https://pintia.cn/problem-sets/994805342720868352/problems/994805495863296000)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1017/1017.cpp)|2019/2/72| 25 | 25 |
|1018|[ Public Bike Management ](https://pintia.cn/problem-sets/994805342720868352/problems/994805489282433024)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1018/1018.cpp) |2019/3/2| 30 | 25 |
|1019|[ General Palindromic Number ](https://pintia.cn/problem-sets/994805342720868352/problems/994805487143337984)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1019/Main.java)|2018/7/23| 20 | 20 |
|1019|[ General Palindromic Number ](https://pintia.cn/problem-sets/994805342720868352/problems/994805487143337984)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1019/1019.cpp) |2019/3/2| 20 | 20 |
|1020|[ Tree Traversals ](https://pintia.cn/problem-sets/994805342720868352/problems/994805485033603072)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1020/1020.cpp) |2019/3/2| 25 | 25 |
|1021|[ Deepest Root ](https://pintia.cn/problem-sets/994805342720868352/problems/994805482919673856)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1021/Main.java)|2018/7/24| 25 | 25 |
|1021|[ Deepest Root ](https://pintia.cn/problem-sets/994805342720868352/problems/994805482919673856)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1021/1021.cpp) |2019/3/2| 25 | 25 |
|1022|[ Digital Library ](https://pintia.cn/problem-sets/994805342720868352/problems/994805480801550336)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1022/Main.java)|2018/7/24| 30 | 25 |
|1022|[ Digital Library ](https://pintia.cn/problem-sets/994805342720868352/problems/994805480801550336)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1022/1022.cpp) |2019/3/3| 30 | 25 |
|1023|[ Have Fun with Numbers ](https://pintia.cn/problem-sets/994805342720868352/problems/994805478658260992)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1023/Main.java)|2018/7/25| 20 | 18 |
|1023|[ Have Fun with Numbers ](https://pintia.cn/problem-sets/994805342720868352/problems/994805478658260992)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1023/1023.cpp) |2019/3/3| 20 | 20 |
|1024|[ Palindromic Number ](https://pintia.cn/problem-sets/994805342720868352/problems/994805476473028608)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1024/Main.java)|2018/7/25| 25 | 25 |
|1024|[ Palindromic Number ](https://pintia.cn/problem-sets/994805342720868352/problems/994805476473028608)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1024/1024.cpp) |2019/3/4| 25 | 25 |
|1025|[ PAT Ranking ](https://pintia.cn/problem-sets/994805342720868352/problems/994805474338127872)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1025/Main.java)|2018/7/25| 25 | 19 |
|1025|[ PAT Ranking ](https://pintia.cn/problem-sets/994805342720868352/problems/994805474338127872)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1025/1025.cpp) |2019/3/4| 25 | 25 |
|1026|[ Table Tennis ](https://pintia.cn/problem-sets/994805342720868352/problems/994805472333250560)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1026/Main.java)|2018/7/25| 30 | 0 |
|1027|[ Colors in Mars ](https://pintia.cn/problem-sets/994805342720868352/problems/994805470349344768)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1027/Main.java)|2018/7/26| 20 | 20 |
|1027|[ Colors in Mars ](https://pintia.cn/problem-sets/994805342720868352/problems/994805470349344768)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1027/1027.cpp) |2019/3/5| 20 | 20 |
|1028|[ List Sorting ](https://pintia.cn/problem-sets/994805342720868352/problems/994805468327690240)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1028/Main.java)|2018/7/26| 25 | 21 |
|1028|[ List Sorting ](https://pintia.cn/problem-sets/994805342720868352/problems/994805468327690240)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1028/1028.cpp) |2019/3/5| 25 | 25 |
|1029|[ Median ](https://pintia.cn/problem-sets/994805342720868352/problems/994805466364755968)|[C](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1029/1029.c) |2018/7/26| 25 | 16 |
|1030|[ Travel Plan ](https://pintia.cn/problem-sets/994805342720868352/problems/994805464397627392)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1030/Main.java)|2018/7/26| 30 | 30 |
|1030|[ Travel Plan ](https://pintia.cn/problem-sets/994805342720868352/problems/994805464397627392)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1030/1030.cpp) |2019/3/6| 30 | 24 |
|1031|[ Hello World for U ](https://pintia.cn/problem-sets/994805342720868352/problems/994805458722734080)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1031/Main.java)|2018/7/27| 20 | 20 |
|1031|[ Hello World for U ](https://pintia.cn/problem-sets/994805342720868352/problems/994805458722734080)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1031/1031.cpp) |2019/3/6| 20 | 20 |
|1032|[ Sharing ](https://pintia.cn/problem-sets/994805342720868352/problems/994805460652113920)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1032/1032.cpp) |2019/3/7| 25 | 23 |
|1033|[ To Fill or Not to Fill ](https://pintia.cn/problem-sets/994805342720868352/problems/994805458722734080)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1033/1033.cpp) |2019/3/8| 25 | 25 |
|1035|[ Password ](https://pintia.cn/problem-sets/994805342720868352/problems/994805454989803520)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1035/Main.java)|2018/7/28| 20 | 20 |
|1036|[ Boys vs Girls ](https://pintia.cn/problem-sets/994805342720868352/problems/994805453203030016)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1036/Main.java)|2018/7/28| 25 | 25 |
|1037|[ Magic Coupon ](https://pintia.cn/problem-sets/994805342720868352/problems/994805451374313472)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1037/Main.cpp)|2018/7/28| 25 | 25 |
|1038|[ Recover the Smallest Number ](https://pintia.cn/problem-sets/994805342720868352/problems/994805449625288704)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1038/Main.java)|2018/7/28| 30 | 24 |
|1039|[ Course List for Student ](https://pintia.cn/problem-sets/994805342720868352/problems/994805447855292416)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1039/Main.cpp)|2018/7/29| 25 | 25 |
|1040|[ Longest Symmetric String ](https://pintia.cn/problem-sets/994805342720868352/problems/994805446102073344)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1040/Main.cpp)|2018/7/29| 25 | 25 |
|1041|[ Be Unique ](https://pintia.cn/problem-sets/994805342720868352/problems/994805444361437184)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1041/Main.cpp)|2018/7/29| 20 | 20 |
|1042|[ Shuffling Machine ](https://pintia.cn/problem-sets/994805342720868352/problems/994805442671132672)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1042/Main.java)|2018/7/30| 20 | 20 |
|1044|[ Shopping in Mars ](https://pintia.cn/problem-sets/994805342720868352/problems/994805439202443264)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1044/Main.cpp)|2018/7/30| 25 | 25 |
|1045|[ Favorite Color Stripe ](https://pintia.cn/problem-sets/994805342720868352/problems/994805437411475456)|[Java](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1045/Main.java)|2018/7/30| 30 | 24 |
|1046|[ Shortest Distance ](https://pintia.cn/problem-sets/994805342720868352/problems/994805435700199424)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1046/Main.cpp)|2018/7/31| 20 | 20 |
|1048|[ Find Coins ](https://pintia.cn/problem-sets/994805342720868352/problems/994805432256675840)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1048/Main.cpp)|2018/7/31| 25 | 25 |
|1049|[ Counting Ones ](https://pintia.cn/problem-sets/994805342720868352/problems/994805430595731456)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1049/Main.cpp)|2018/7/31| 30 | 30 |
|1050|[ String Subtraction ](https://pintia.cn/problem-sets/994805342720868352/problems/994805429018673152)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1050/1050.cpp) |2018/8/1| 20 | 20 |
|1051|[ Pop Sequence ](https://pintia.cn/problem-sets/994805342720868352/problems/994805427332562944)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1051/1051.cpp) |2018/8/1| 25 | 25 |
|1052|[ Linked List Sorting ](https://pintia.cn/problem-sets/994805342720868352/problems/994805425780670464)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1052/1052.cpp) |2018/8/1| 25 | 24 |
|1053|[ Path of Equal Weight ](https://pintia.cn/problem-sets/994805342720868352/problems/994805424153280512)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1053/1053.cpp) |2018/8/1| 30 | 30 |
|1054|[ The Dominant Color ](https://pintia.cn/problem-sets/994805342720868352/problems/994805422639136768)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1054/1054.cpp) |2018/8/2| 20 | 20 |
|1056|[ Mice and Rice ](https://pintia.cn/problem-sets/994805342720868352/problems/994805419468242944)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1056/1056.cpp) |2018/8/2| 25 | 25 |
|1057|[ Stack ](https://pintia.cn/problem-sets/994805342720868352/problems/994805417945710592)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1057/1057.cpp) |2018/8/2| 30 | 17 |
|1058|[ A+B in Hogwarts ](https://pintia.cn/problem-sets/994805342720868352/problems/994805416519647232)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1058/1058.cpp) |2018/8/5| 20 | 20 |
|1059|[ Prime Factors ](https://pintia.cn/problem-sets/994805342720868352/problems/994805415005503488)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1059/1059.cpp) |2018/8/5| 25 | 25 |
|1060|[ Are They Equal ](https://pintia.cn/problem-sets/994805342720868352/problems/994805413520719872)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1060/1060.cpp) |2018/8/5| 25 | 25 |
|1061|[ Dating ](https://pintia.cn/problem-sets/994805342720868352/problems/994805411985604608)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1063/1063.cpp) |2018/8/6| 20 | 20 |
|1062|[ Talent and Virtue ](https://pintia.cn/problem-sets/994805342720868352/problems/994805410555346944)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1063/1063.cpp) |2018/8/6| 25 | 25 |
|1063|[ Set Similarity ](https://pintia.cn/problem-sets/994805342720868352/problems/994805409175420928)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1063/1063.cpp) |2018/8/6| 25 | 25 |
|1065|[ Root of AVL Tree ](https://pintia.cn/problem-sets/994805342720868352/problems/994805404939173888)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1065/1065.cpp) |2018/8/7| 20 | 20 |
|1067|[ Sort with Swap(0,*) ](https://pintia.cn/problem-sets/994805342720868352/problems/994805403651522560)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1067/1067.cpp) |2018/8/7| 25 | 25 |
|1068|[ Find More Coins ](https://pintia.cn/problem-sets/994805342720868352/problems/994805402305150976)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1068/1068.cpp) |2018/8/7| 30 | 30 |
|1069|[ The Black Hole of Numbers ](https://pintia.cn/problem-sets/994805342720868352/problems/994805400954585088)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1069/1069.cpp) |2018/8/8| 20 | 20 |
|1070|[ Mooncake ](https://pintia.cn/problem-sets/994805342720868352/problems/994805399578853376)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1070/1070.cpp) |2018/8/8| 25 | 25 |
|1071|[ Speech Patterns ](https://pintia.cn/problem-sets/994805342720868352/problems/994805398257647616)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1071/1071.cpp) |2018/8/8| 25 | 25 |
|1073|[ Scientific Notation ](https://pintia.cn/problem-sets/994805342720868352/problems/994805395707510784)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1073/1073.cpp) |2018/8/9| 20 | 20 |
|1074|[ Reversing Linked List ](https://pintia.cn/problem-sets/994805342720868352/problems/994805394512134144)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1074/1074.cpp) |2018/8/9| 25 | 25 |
|1075|[ PAT Judge ](https://pintia.cn/problem-sets/994805342720868352/problems/994805393241260032)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1075/1075.cpp) |2018/8/9| 25 | 25 |
|1076|[ Forwards on Weibo ](https://pintia.cn/problem-sets/994805342720868352/problems/994805392092020736)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1076/1076.cpp) |2018/8/14| 30 | 30 |
|1077|[ Kuchiguse ](https://pintia.cn/problem-sets/994805342720868352/problems/994805390896644096)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1077/1077.cpp) |2018/8/14| 20 | 20 |
|1078|[ Hashing ](https://pintia.cn/problem-sets/994805342720868352/problems/994805389634158592)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1078/1078.cpp) |2018/8/14| 25 | 25 |
|1079|[ Total Sales of Supply Chain ](https://pintia.cn/problem-sets/994805342720868352/problems/994805388447170560)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1079/1079.cpp) |2018/8/14| 25 | 25 |
|1081|[ Rational Sum ](https://pintia.cn/problem-sets/994805342720868352/problems/994805386161274880)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1081/1081.cpp) |2018/8/15| 20 | 20 |
|1082|[ Read Number in Chinese ](https://pintia.cn/problem-sets/994805342720868352/problems/994805385053978624)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1082/1082.cpp) |2018/8/15| 25 | 0 |
|1083|[ List Grades ](https://pintia.cn/problem-sets/994805342720868352/problems/994805383929905152)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1083/1083.cpp) |2018/8/15| 25 | 25 |
|1084|[ Broken Keyboard ](https://pintia.cn/problem-sets/994805342720868352/problems/994805382902300672)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1084/1084.cpp) |2018/8/16| 20 | 20 |
|1085|[ Perfect Sequence ](https://pintia.cn/problem-sets/994805342720868352/problems/994805381845336064)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1085/1085.cpp) |2018/8/16| 25 | 25 |
|1086|[ Tree Traversals Again ](https://pintia.cn/problem-sets/994805342720868352/problems/994805380754817024)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1086/1086.cpp) |2018/8/16| 25 | 25 |
|1088|[ Rational Arithmetic ](https://pintia.cn/problem-sets/994805342720868352/problems/994805378443755520)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1088/1088.cpp) |2018/8/17| 20 | 20 |
|1092|[ To Buy or Not to Buy ](https://pintia.cn/problem-sets/994805342720868352/problems/994805374509498368)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1092/1092.cpp) |2018/8/18| 20 | 20 |
|1093|[ Count PAT's ](https://pintia.cn/problem-sets/994805342720868352/problems/994805373582557184)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1093/1093.cpp) |2018/8/18| 25 | 15 |
|1094|[ The Largest Generation ](https://pintia.cn/problem-sets/994805342720868352/problems/994805372601090048)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1094/1094.cpp) |2018/8/18| 25 | 25 |
|1095|[ Cars on Campus ](https://pintia.cn/problem-sets/994805342720868352/problems/994805371602845696)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1095/1095.cpp) |2018/8/18| 30 | 0 |
|1096|[ Consecutive Factors ](https://pintia.cn/problem-sets/994805342720868352/problems/994805370650738688)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1097/1097.cpp) |2018/8/19| 20 | 20 |
|1097|[ Deduplication on a Linked List ](https://pintia.cn/problem-sets/994805342720868352/problems/994805369774129152)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1097/1097.cpp) |2018/8/19| 25 | 25 |
|1100|[ Mars Numbers ](https://pintia.cn/problem-sets/994805342720868352/problems/994805367156883456)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1100/1100.cpp) |2018/8/20| 20 | 20 |
|1102|[ Invert a Binary Tree ](https://pintia.cn/problem-sets/994805342720868352/problems/994805365537882112)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1102/1102.cpp) |2018/8/20| 25 | 25 |
|1104|[ Sum of Number Segments ](https://pintia.cn/problem-sets/994805342720868352/problems/994805363914686464)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1106/1106.cpp) |2018/8/21| 20 | 15 |
|1106|[ Lowest Price in Supply Chain ](https://pintia.cn/problem-sets/994805342720868352/problems/994805362341822464)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1106/1106.cpp) |2018/8/21| 25 | 25 |
|1108|[ Lowest Price in Supply Chain ](https://pintia.cn/problem-sets/994805342720868352/problems/994805360777347072)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1108/1108.cpp) |2018/8/22| 20 | 18 |
|1109|[ Lowest Price in Supply Chain ](https://pintia.cn/problem-sets/994805342720868352/problems/994805360043343872)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1109/1109.cpp) |2018/8/22| 25 | 25 |
|1110|[ Complete Binary Tree ](https://pintia.cn/problem-sets/994805342720868352/problems/994805359372255232)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1110/1110.cpp) |2018/8/22| 25 | 16 |
|1112|[ Stucked Keyboard ](https://pintia.cn/problem-sets/994805342720868352/problems/994805357933608960)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1112/1112.cpp) |2018/8/23| 20 | 16 |
|1113|[ Integer Set Partition ](https://pintia.cn/problem-sets/994805342720868352/problems/994805357258326016)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1113/1113.cpp) |2018/8/23| 25 | 25 |
|1116|[ Come on! Let's C ](https://pintia.cn/problem-sets/994805342720868352/problems/994805355358306304)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1116/1116.cpp) |2018/8/24| 20 | 20 |
|1117|[ Eddington Number ](https://pintia.cn/problem-sets/994805342720868352/problems/994805354762715136)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1117/1117.cpp) |2018/8/24| 25 | 25 |
|1118|[ Birds in Forest ](https://pintia.cn/problem-sets/994805342720868352/problems/994805354108403712)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1118/1118.cpp) |2018/8/24| 25 | 25 |
|1120|[ Friend Numbers ](https://pintia.cn/problem-sets/994805342720868352/problems/994805352925609984)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1120/1120.cpp) |2018/8/25| 20 | 20 |
|1121|[ Damn Single ](https://pintia.cn/problem-sets/994805342720868352/problems/994805352359378944)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1121/1121.cpp) |2018/8/25| 25 | 25 |
|1122|[ Hamiltonian Cycle ](https://pintia.cn/problem-sets/994805342720868352/problems/994805351814119424)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1122/1122.cpp) |2018/8/25| 25 | 25 |
|1124|[ Raffle for Weibo Followers ](https://pintia.cn/problem-sets/994805342720868352/problems/994805350803292160)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1124/1124.cpp) |2018/8/26| 20 | 20 |
|1125|[ Chain the Ropes ](https://pintia.cn/problem-sets/994805342720868352/problems/994805350316752896)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1125/1125.cpp) |2018/8/26| 25 | 25 |
|1126|[ Eulerian Path ](https://pintia.cn/problem-sets/994805342720868352/problems/994805349851185152)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1126/1126.cpp) |2018/8/26| 25 | 25 |
|1127|[ ZigZagging on a Tree ](https://pintia.cn/problem-sets/994805342720868352/problems/994805349394006016)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1127/1127.cpp) |2018/8/27| 30 | 30 |
|1128|[ N Queens Puzzle ](https://pintia.cn/problem-sets/994805342720868352/problems/994805348915855360)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1128/1128.cpp) |2018/8/27| 20 | 20 |
|1129|[ Recommendation System ](https://pintia.cn/problem-sets/994805342720868352/problems/994805348471259136)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1129/1129.cpp) |2018/8/27| 25 | 25 |
|1130|[ Infix Expression ](https://pintia.cn/problem-sets/994805342720868352/problems/994805347921805312)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1130/1130.cpp) |2018/8/27| 25 | 25 |
|1132|[ Cut Integer ](https://pintia.cn/problem-sets/994805342720868352/problems/994805347145859072)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1132/1132.cpp) |2018/8/28| 20 | 20 |
|1133|[ Splitting A Linked List ](https://pintia.cn/problem-sets/994805342720868352/problems/994805346776760320)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1133/1133.cpp) |2018/8/28| 25 | 25 |
|1134|[ Vertex Cover ](https://pintia.cn/problem-sets/994805342720868352/problems/994805346428633088)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1134/1134.cpp) |2018/8/28| 25 | 25 |
|1136|[ A Delayed Palindrome ](https://pintia.cn/problem-sets/994805342720868352/problems/994805345732378624)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1136/1136.cpp) |2018/8/29| 20 | 18 |
|1137|[ Final Grading ](https://pintia.cn/problem-sets/994805342720868352/problems/994805345401028608)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1137/1137.cpp) |2018/8/29| 25 | 25 |
|1138|[ Postorder Traversal ](https://pintia.cn/problem-sets/994805342720868352/problems/994805345078067200)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1138/1138.cpp) |2018/8/30| 25 | 25 |
|1140|[ Look-and-say Sequence ](https://pintia.cn/problem-sets/994805342720868352/problems/994805344490864640)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1140/1140.cpp) |2018/8/30| 20 | 20 |
|1141|[ PAT Ranking of Institutions ](https://pintia.cn/problem-sets/994805342720868352/problems/994805344222429184)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1141/1141.cpp) |2018/8/30| 25 | 25 |
|1142|[ Maximal Clique ](https://pintia.cn/problem-sets/994805342720868352/problems/994805343979159552)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1142/1142.cpp) |2018/8/30| 25 | 25 |
|1143|[ Lowest Common Ancestor ](https://pintia.cn/problem-sets/994805342720868352/problems/994805343727501312)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1143/1143.cpp) |2018/8/30| 30 | 30 |
|1144|[ The Missing Number ](https://pintia.cn/problem-sets/994805342720868352/problems/994805343463260160)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1144/1144.cpp) |2018/8/31| 20| 20 |
|1145|[ Hashing - Average Search Time ](https://pintia.cn/problem-sets/994805342720868352/problems/994805343236767744)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1145/1145.cpp) |2018/8/31| 25 | 25 |
|1146|[ Topological Order ](https://pintia.cn/problem-sets/994805342720868352/problems/994805343043829760)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1146/1146.cpp) |2018/8/31| 25 | 25 |
|1147|[ Heaps ](https://pintia.cn/problem-sets/994805342720868352/problems/994805342821531648)|[C++](https://github.com/BlackSpaceGZY/PAT/blob/master/Code/1147/1147.cpp) |2018/8/31| 30 | 30 |