From 9f07f67435d20801b6f60fc6f8fca12a60a9e210 Mon Sep 17 00:00:00 2001 From: Zhichao Jin Date: Thu, 2 Feb 2023 14:18:39 +0800 Subject: [PATCH] chore: fix the url of problem & add new ones --- .../6-1 Deque.c" | 2 +- .../6-11 Shortest Path [1].c" | 2 +- .../6-12 Shortest Path [2].c" | 2 +- .../6-13 Topological Sort.c" | 2 +- .../6-14 Count Connected Components.c" | 2 +- .../6-15 Iterative Mergesort.c" | 2 +- .../6-16 Shortest Path [3].c" | 2 +- .../6-17 Shortest Path [4].c" | 2 +- .../6-2 Two Stacks In One Array.c" | 2 +- .../6-3 Add Two Polynomials.c" | 2 +- .../6-4 Reverse Linked List.c" | 2 +- .../6-5 Evaluate Postfix Expression.c" | 2 +- .../6-6 Level-order Traversal.c" | 2 +- .../6-7 Isomorphic.c" | 2 +- .../6-8 Percolate Up and Down.c" | 2 +- .../6-9 Sort Three Distinct Keys.c" | 2 +- .../7-1 Maximum Subsequence Sum.cpp" | 2 +- .../7-12 How Long Does It Take.cpp" | 2 +- .../7-13 Insert or Merge.cpp" | 2 +- .../7-14 Insertion or Heap Sort.cpp" | 2 +- .../7-16 Sort with Swap(0, i).cpp" | 2 +- .../7-2 Reversing Linked List.cpp" | 2 +- .../7-20 Binary Search Tree.cpp" | 2 +- .../7-21 Counting Leaves.cpp" | 2 +- .../7-27 QQ Account Management.cpp" | 2 +- .../7-3 Pop Sequence.cpp" | 2 +- .../7-4 List Leaves.cpp" | 2 +- .../7-5 Tree Traversals Again.cpp" | 2 +- .../7-6 Root of AVL Tree.cpp" | 2 +- .../7-7 Complete Binary Search Tree.cpp" | 2 +- .../7-8 File Transfer.cpp" | 2 +- .../1001 A+B Format.cpp" | 2 +- .../1002 A+B for Polynomials.cpp" | 2 +- .../1003 Emergency.cpp" | 4 +- .../1004 Counting Leaves.cpp" | 2 +- .../1005 Spell It Right.cpp" | 2 +- .../1006 Sign In and Sign Out.cpp" | 2 +- .../1007 Maximum Subsequence Sum.cpp" | 2 +- .../1008 Elevator.cpp" | 2 +- .../1009 Product of Polynomials.cpp" | 2 +- .../1010 Radix.cpp" | 2 +- .../1011 World Cup Betting.cpp" | 2 +- .../1012 The Best Rank.cpp" | 2 +- .../1013 Battle Over Cities.cpp" | 2 +- .../1014 Waiting in Line.cpp" | 2 +- .../1015 Reversible Primes.cpp" | 2 +- .../1016 Phone Bills.cpp" | 2 +- .../1017 Queueing at Bank.cpp" | 2 +- .../1018 Public Bike Management.cpp" | 2 +- .../1019 General Palindromic Number.cpp" | 33 +- .../1020 Tree Traversals.cpp" | 2 +- .../1021 Deepest Root.cpp" | 2 +- .../1022 Digital Library.cpp" | 2 +- .../1023 Have Fun with Numbers.cpp" | 2 +- .../1024 Palindromic Number.cpp" | 2 +- .../1025 PAT Ranking.cpp" | 2 +- .../1026 Table Tennis.cpp" | 2 +- .../1027 Colors in Mars.cpp" | 2 +- .../1028 List Sorting.cpp" | 2 +- .../1029 Median.cpp" | 2 +- .../1030 Travel Plan.cpp" | 2 +- .../1031 Hello World for U.c" | 2 +- .../1032 Sharing.cpp" | 2 +- .../1033 To Fill or Not to Fill.cpp" | 2 +- .../1034 Head of a Gang.cpp" | 2 +- .../1035 Password.cpp" | 2 +- .../1036 Boys vs Girls.cpp" | 2 +- .../1037 Magic Coupon.cpp" | 2 +- .../1038 Recover the Smallest Number.cpp" | 2 +- .../1039 Course List for Student.cpp" | 2 +- .../1040 Longest Symmetric String.cpp" | 2 +- .../1041 Be Unique.cpp" | 2 +- .../1042 Shuffling Machine.cpp" | 2 +- .../1043 Is It a Binary Search Tree.cpp" | 2 +- .../1044 Shopping in Mars.cpp" | 2 +- .../1045 Favorite Color Stripe.cpp" | 2 +- .../1046 Shortest Distance.cpp" | 2 +- .../1047 Student List for Course.cpp" | 2 +- .../1048 Find Coins.cpp" | 2 +- .../1049 Counting Ones.cpp" | 2 +- .../1050 String Subtraction.cpp" | 2 +- .../1051 Pop Sequence.cpp" | 2 +- .../1052 Linked List Sorting.cpp" | 2 +- .../1053 Path of Equal Weight.cpp" | 2 +- .../1054 The Dominant Color.cpp" | 2 +- .../1055 The World's Richest.cpp" | 2 +- .../1056 Mice and Rice.cpp" | 2 +- .../1057 Stack.cpp" | 2 +- .../1058 A+B in Hogwarts.cpp" | 2 +- .../1059 Prime Factors.cpp" | 2 +- .../1060 Are They Equal.cpp" | 2 +- .../1061 Dating.cpp" | 2 +- .../1062 Talent and Virtue.cpp" | 2 +- .../1063 Set Similarity.cpp" | 2 +- .../1064 Complete Binary Search Tree.cpp" | 2 +- .../1065 A+B and C (64bit).cpp" | 2 +- .../1066 Root of AVL Tree.cpp" | 3 +- .../1067 Sort with Swap(0, i).cpp" | 2 +- .../1068 Find More Coins.cpp" | 2 +- .../1069 The Black Hole of Numbers.cpp" | 2 +- .../1070 Mooncake.cpp" | 2 +- .../1071 Speech Patterns.cpp" | 2 +- .../1072 Gas Station.cpp" | 2 +- .../1073 Scientific Notation.cpp" | 2 +- .../1074 Reversing Linked List.cpp" | 2 +- .../1075 PAT Judge.cpp" | 2 +- .../1076 Forwards on Weibo.cpp" | 2 +- .../1077 Kuchiguse.cpp" | 2 +- .../1078 Hashing.cpp" | 2 +- .../1079 Total Sales of Supply Chain.cpp" | 2 +- .../1080 Graduate Admission.cpp" | 2 +- .../1081 Rational Sum.cpp" | 2 +- .../1082 Read Number in Chinese.cpp" | 2 +- .../1083 List Grades.cpp" | 2 +- .../1084 Broken Keyboard.cpp" | 2 +- .../1085 Perfect Sequence.cpp" | 2 +- .../1086 Tree Traversals Again.cpp" | 2 +- .../1087 All Roads Lead to Rome.cpp" | 2 +- .../1088 Rational Arithmetic.cpp" | 2 +- .../1089 Insert or Merge.cpp" | 2 +- .../1090 Highest Price in Supply Chain.cpp" | 2 +- .../1091 Acute Stroke.cpp" | 2 +- .../1092 To Buy or Not to Buy.cpp" | 2 +- .../1093 Count PAT's.cpp" | 2 +- .../1094 The Largest Generation.cpp" | 2 +- .../1095 Cars on Campus.cpp" | 2 +- .../1096 Consecutive Factors.cpp" | 2 +- .../1097 Deduplication on a Linked List.cpp" | 2 +- .../1098 Insertion or Heap Sort.cpp" | 2 +- .../1099 Build A Binary Search Tree.cpp" | 2 +- .../1100 Mars Numbers.cpp" | 2 +- .../1101 Quick Sort.cpp" | 2 +- .../1102 Invert a Binary Tree.cpp" | 2 +- .../1103 Integer Factorization.cpp" | 2 +- .../1104 Sum of Number Segments.cpp" | 2 +- .../1105 Spiral Matrix.cpp" | 2 +- .../1106 Lowest Price in Supply Chain.cpp" | 2 +- .../1107 Social Clusters.cpp" | 2 +- .../1108 Finding Average.cpp" | 2 +- .../1109 Group Photo.cpp" | 2 +- .../1110 Complete Binary Tree.cpp" | 2 +- .../1111 Online Map.cpp" | 2 +- .../1112 Stucked Keyboard.cpp" | 2 +- .../1113 Integer Set Partition.cpp" | 2 +- .../1114 Family Property.cpp" | 2 +- ...ounting Nodes in a Binary Search Tree.cpp" | 2 +- .../1116 Come on! Let's C.cpp" | 2 +- .../1117 Eddington Number.cpp" | 2 +- .../1118 Birds in Forest.cpp" | 2 +- .../1119 Pre- and Post-order Traversals.cpp" | 2 +- .../1120 Friend Numbers.cpp" | 2 +- .../1121 Damn Single.cpp" | 2 +- .../1122 Hamiltonian Cycle.cpp" | 2 +- .../1123 Is It a Complete AVL Tree.cpp" | 2 +- .../1124 Raffle for Weibo Followers.cpp" | 2 +- .../1125 Chain the Ropes.cpp" | 2 +- .../1126 Eulerian Path.cpp" | 2 +- .../1127 ZigZagging on a Tree.cpp" | 2 +- .../1128 N Queens Puzzle.cpp" | 2 +- .../1129 Recommendation System.cpp" | 2 +- .../1130 Infix Expression.cpp" | 2 +- .../1131 Subway Map.cpp" | 2 +- .../1132 Cut Integer.cpp" | 2 +- .../1133 Splitting A Linked List.cpp" | 2 +- .../1134 Vertex Cover.cpp" | 2 +- .../1135 Is It A Red-Black Tree.cpp" | 2 +- .../1136 A Delayed Palindrome.cpp" | 2 +- .../1137 Final Grading.cpp" | 2 +- .../1138 Postorder Traversal.cpp" | 2 +- .../1139 First Contact.cpp" | 2 +- .../1140 Look-and-say Sequence.cpp" | 2 +- .../1141 PAT Ranking of Institutions.cpp" | 2 +- .../1142 Maximal Clique.cpp" | 2 +- .../1143 Lowest Common Ancestor.cpp" | 2 +- .../1144 The Missing Number.cpp" | 2 +- .../1145 Hashing - Average Search Time.cpp" | 2 +- .../1146 Topological Order.cpp" | 2 +- .../1147 Heaps.cpp" | 2 +- .../1148 Werewolf - Simple Version.cpp" | 2 +- .../1149 Dangerous Goods Packaging.cpp" | 2 +- .../1150 Travelling Salesman Problem.cpp" | 2 +- .../1151 LCA in a Binary Tree.cpp" | 2 +- .../1152 Google Recruitment.cpp" | 2 +- .../1153 Decode Registration Card of PAT.cpp" | 2 +- .../1154 Vertex Coloring.cpp" | 2 +- .../1155 Heap Paths.cpp" | 2 +- .../1156 Sexy Primes.cpp" | 2 +- .../1157 Anniversary.cpp" | 2 +- .../1158 Telefraud Detection.cpp" | 2 +- .../1159 Structure of a Binary Tree.cpp" | 2 +- .../1160 Forever.cpp" | 2 +- .../1161 Merging Linked Lists.cpp" | 2 +- .../1162 Postfix Expression.cpp" | 2 +- .../1163 Dijkstra Sequence.cpp" | 2 +- .../1164 Good in C.cpp" | 2 +- .../1165 Block Reversing.cpp" | 2 +- .../1166 Summit.cpp" | 2 +- .../1167 Cartesian Tree.cpp" | 2 +- ...232\204(3n+1)\347\214\234\346\203\263.cpp" | 2 +- ...2\350\277\231\344\270\252\346\225\260.cpp" | 2 +- ...1\351\200\232\350\277\207\357\274\201.cpp" | 2 +- ...0\347\273\251\346\216\222\345\220\215.cpp" | 2 +- ...273\255(3n+1)\347\214\234\346\203\263.cpp" | 2 +- ...3\345\207\272\346\225\264\346\225\260.cpp" | 2 +- ...0\345\257\271\347\214\234\346\203\263.cpp" | 2 +- ...3\347\247\273\351\227\256\351\242\230.cpp" | 2 +- ... \350\257\264\345\217\215\350\257\235.cpp" | 2 +- ...1\345\274\217\346\261\202\345\257\274.cpp" | 2 +- .../1011 A+B \345\222\214 C.cpp" | 2 +- ...0\345\255\227\345\210\206\347\261\273.cpp" | 2 +- ... \346\225\260\347\264\240\346\225\260.cpp" | 2 +- ...7\347\232\204\347\272\246\344\274\232.cpp" | 2 +- ... \345\276\267\346\211\215\350\256\272.cpp" | 2 +- .../1016 \351\203\250\345\210\206A+B.cpp" | 2 +- .../1017 A\351\231\244\344\273\245B.cpp" | 2 +- ...0\345\211\252\345\210\200\345\270\203.cpp" | 2 +- ...0\345\255\227\351\273\221\346\264\236.cpp" | 2 +- .../1020 \346\234\210\351\245\274.cpp" | 2 +- ...5\346\225\260\347\273\237\350\256\241.cpp" | 2 +- ...50\277\233\345\210\266\347\232\204A+B.cpp" | 2 +- ...2\346\234\200\345\260\217\346\225\260.cpp" | 2 +- ...6\350\256\241\346\225\260\346\263\225.cpp" | 2 +- ...5\350\275\254\351\223\276\350\241\250.cpp" | 2 +- ...0\350\241\214\346\227\266\351\227\264.cpp" | 2 +- ...3\345\215\260\346\262\231\346\274\217.cpp" | 2 +- ...2\345\217\243\346\231\256\346\237\245.cpp" | 2 +- ... \346\227\247\351\224\256\347\233\230.cpp" | 2 +- ...4\347\276\216\346\225\260\345\210\227.cpp" | 2 +- ...4\350\272\253\344\273\275\350\257\201.cpp" | 2 +- ...7\345\223\252\345\256\266\345\274\272.cpp" | 2 +- ...6\347\233\230\346\211\223\345\255\227.cpp" | 2 +- ...3\345\210\231\350\277\220\347\256\227.cpp" | 2 +- ...5\344\270\216\345\275\222\345\271\266.cpp" | 2 +- ...0\350\265\267\347\274\226\347\250\213.cpp" | 2 +- ...0\346\211\276\351\233\266\351\222\261.cpp" | 2 +- ...0\347\273\251\345\255\246\347\224\237.cpp" | 2 +- ...5\344\271\260\344\270\215\344\271\260.cpp" | 2 +- ...46\234\211\345\207\240\344\270\252PAT.cpp" | 2 +- ...5\345\272\247\344\275\215\345\217\267.cpp" | 2 +- ...7\347\254\246\347\273\237\350\256\241.cpp" | 2 +- .../1043 \350\276\223\345\207\272PATest.cpp" | 2 +- ...3\346\230\237\346\225\260\345\255\227.cpp" | 2 +- ...3\351\200\237\346\216\222\345\272\217.cpp" | 2 +- .../1046 \345\210\222\346\213\263.cpp" | 2 +- ...3\345\233\242\344\275\223\350\265\233.cpp" | 2 +- ...0\345\255\227\345\212\240\345\257\206.cpp" | 2 +- ...4\347\211\207\346\256\265\345\222\214.cpp" | 2 +- ...2\346\227\213\347\237\251\351\230\265.cpp" | 2 +- ...5\346\225\260\344\271\230\346\263\225.cpp" | 2 +- ... \345\215\226\344\270\252\350\220\214.cpp" | 2 +- ...7\347\251\272\347\275\256\347\216\207.cpp" | 2 +- ...2\345\271\263\345\235\207\345\200\274.cpp" | 2 +- ... \351\233\206\344\275\223\347\205\247.cpp" | 2 +- ...0\346\225\260\347\232\204\345\222\214.cpp" | 2 +- ... \346\225\260\351\233\266\345\243\271.cpp" | 2 +- ... \351\200\211\346\213\251\351\242\230.cpp" | 2 +- ...5\350\250\200\347\253\236\350\265\233.cpp" | 2 +- ...1\344\270\201\351\241\277\346\225\260.cpp" | 2 +- ... \345\210\244\346\226\255\351\242\230.cpp" | 2 +- ...0\347\256\200\345\210\206\346\225\260.cpp" | 2 +- ...7\350\260\261\345\215\212\345\276\204.cpp" | 2 +- ... \346\234\213\345\217\213\346\225\260.cpp" | 2 +- ... \345\215\225\350\272\253\347\213\227.cpp" | 2 +- ...6\345\203\217\350\277\207\346\273\244.cpp" | 2 +- ... \350\257\225\345\257\206\347\240\201.cpp" | 2 +- ...5\344\270\200\347\202\271\347\272\242.cpp" | 2 +- ...4\345\217\221\346\212\275\345\245\226.cpp" | 2 +- .../1070 \347\273\223\347\273\263.cpp" | 2 +- ...7\350\265\214\346\200\241\346\203\205.cpp" | 2 +- ...0\345\255\246\345\257\204\350\257\255.cpp" | 2 +- ...1\350\256\241\345\210\206\346\263\225.cpp" | 2 +- ...4\345\212\240\346\263\225\345\231\250.cpp" | 2 +- ...3\347\264\240\345\210\206\347\261\273.cpp" | 2 +- .../1076 Wifi\345\257\206\347\240\201.cpp" | 2 +- ...0\347\273\251\350\256\241\347\256\227.cpp" | 2 +- ...1\344\270\216\350\247\243\345\216\213.cpp" | 2 +- ...4\345\233\236\346\226\207\346\225\260.cpp" | 2 +- ...7\347\273\210\346\210\220\347\273\251.cpp" | 2 +- ...0\346\237\245\345\257\206\347\240\201.cpp" | 2 +- ...4\345\207\273\346\257\224\350\265\233.cpp" | 2 +- ...0\347\255\211\347\232\204\345\267\256.cpp" | 2 +- ...6\350\247\202\346\225\260\345\210\227.cpp" | 2 +- ...5\344\275\215\346\216\222\350\241\214.cpp" | 2 +- ...5\345\221\212\350\257\211\344\275\240.cpp" | 2 +- ...5\345\220\214\347\232\204\345\200\274.cpp" | 2 +- ... \344\270\211\344\272\272\350\241\214.cpp" | 2 +- ...-\347\256\200\345\215\225\347\211\210.cpp" | 2 +- ...1\345\223\201\350\243\205\347\256\261.cpp" | 2 +- ...-\350\207\252\345\256\210\346\225\260.cpp" | 2 +- ...3\347\232\204\346\234\210\351\245\274.cpp" | 2 +- ...45\255\227\347\254\246\344\270\262A+B.cpp" | 2 +- ...4\347\232\204\346\213\233\350\201\230.cpp" | 2 +- ...T\345\207\206\350\200\203\350\257\201.cpp" | 2 +- ... \345\244\247\347\276\216\346\225\260.cpp" | 2 +- ...5\350\241\214\345\271\263\347\247\273.cpp" | 2 +- ...1\346\264\236\346\226\275\345\267\245.cpp" | 2 +- ...7\346\204\237\347\264\240\346\225\260.cpp" | 2 +- .../1100 \346\240\241\345\272\206.cpp" | 2 +- ...4\345\244\232\345\260\221\345\200\215.cpp" | 2 +- ...5\345\206\240\345\206\233\345\215\267.cpp" | 2 +- ... \347\274\230\345\210\206\346\225\260.cpp" | 2 +- ...1\351\225\277\345\234\260\344\271\205.cpp" | 2 +- ...6\350\241\250\345\220\210\345\271\266.cpp" | 2 +- .../1106 2019\346\225\260\345\210\227.cpp" | 2 +- ...0\347\210\261\345\244\247\347\261\263.cpp" | 2 +- ...g\345\244\215\350\257\273\346\234\272.cpp" | 2 +- .../1109 \346\223\205\351\225\277C.cpp" | 2 +- ...2\345\235\227\345\217\215\350\275\254.cpp" | 2 +- README.md | 4 +- .../1001 A + B Problem.cpp" | 2 +- .../1078 Palindrom Numbers.cpp" | 2 +- .../4105 Abbreviation.cpp" | 2 +- .../4106 Lucky 7 in the Pocket.cpp" | 2 +- finished.txt | 1451 +++++++++-------- ...3\345\215\260\346\262\231\346\274\217.cpp" | 2 +- ...0\345\257\271\347\214\234\346\203\263.cpp" | 2 +- ...3\347\247\273\351\227\256\351\242\230.cpp" | 2 +- ...2\346\265\213-4 Have Fun with Numbers.cpp" | 2 +- ...7\252\346\265\213-5 Shuffling Machine.cpp" | 2 +- .../README.md" | 4 +- .../L1-001 Hello World.cpp" | 2 +- ...3\345\215\260\346\262\231\346\274\217.cpp" | 2 +- ...5\346\225\260\347\273\237\350\256\241.cpp" | 2 +- ...4\346\260\217\346\270\251\345\272\246.cpp" | 2 +- ...5\345\272\247\344\275\215\345\217\267.cpp" | 2 +- ...6\347\273\255\345\233\240\345\255\220.cpp" | 2 +- ... \345\277\265\346\225\260\345\255\227.cpp" | 2 +- ...4\346\225\260\346\256\265\345\222\214.cpp" | 2 +- ...2\346\225\260\346\261\202\345\222\214.cpp" | 2 +- ...4\350\276\203\345\244\247\345\260\217.cpp" | 2 +- .../L1-011 A-B.cpp" | 2 +- ...1\347\256\227\346\214\207\346\225\260.cpp" | 2 +- ...7\351\230\266\344\271\230\345\222\214.cpp" | 2 +- ...4 \347\256\200\345\215\225\351\242\230.py" | 2 +- ...7\347\224\273\346\226\271\345\235\227.cpp" | 2 +- ...4\350\272\253\344\273\275\350\257\201.cpp" | 2 +- ...5\346\234\211\345\244\232\344\272\214.cpp" | 2 +- ... \345\244\247\347\254\250\351\222\237.cpp" | 2 +- ... \350\260\201\345\205\210\345\200\222.cpp" | 2 +- ...0\346\262\241\346\234\213\345\217\213.cpp" | 2 +- ...35\350\257\264\344\270\211\351\201\215.py" | 2 +- ...7\345\201\266\345\210\206\345\256\266.cpp" | 2 +- .../L1-023 \350\276\223\345\207\272GPLT.cpp" | 2 +- .../L1-024 \345\220\216\345\244\251.cpp" | 2 +- ...46\255\243\346\225\264\346\225\260A+B.cpp" | 2 +- .../L1-026 I Love GPLT.cpp" | 2 +- .../L1-027 \345\207\272\347\247\237.cpp" | 2 +- ...4\346\226\255\347\264\240\346\225\260.cpp" | 29 +- ...7\345\244\252\350\203\226\344\272\206.cpp" | 2 +- ... \344\270\200\345\270\256\344\270\200.cpp" | 2 +- ...7\345\244\252\350\203\226\344\272\206.cpp" | 2 +- .../L1-032 Left-pad.cpp" | 2 +- ... \345\207\272\347\224\237\345\271\264.cpp" | 2 +- .../L1-034 \347\202\271\350\265\236.cpp" | 2 +- ... \346\203\205\344\272\272\350\212\202.cpp" | 2 +- .../L1-036 A\344\271\230\344\273\245B.py" | 2 +- .../L1-037 A\351\231\244\344\273\245B.cpp" | 2 +- ...8 \346\226\260\344\270\226\347\225\214.py" | 2 +- ...4\351\243\216\346\216\222\347\211\210.cpp" | 2 +- ...3\350\272\253\351\253\230\345\267\256.cpp" | 2 +- .../L1-041 \345\257\273\346\211\276250.cpp" | 2 +- ...37\346\240\274\345\274\217\345\214\226.py" | 2 +- ... \351\230\205\350\247\210\345\256\244.cpp" | 2 +- .../L1-044 \347\250\263\350\265\242.cpp" | 2 +- ...14\345\244\247\346\213\233\345\221\274.py" | 2 +- ...4\351\231\244\345\205\211\346\243\215.cpp" | 2 +- .../L1-047 \350\243\205\347\235\241.cpp" | 2 +- ...351\230\265A\344\271\230\344\273\245B.cpp" | 2 +- ...47\344\275\215\345\210\206\351\205\215.py" | 2 +- ...2\345\255\227\347\254\246\344\270\262.cpp" | 2 +- .../L1-051 \346\211\223\346\212\230.cpp" | 2 +- ...21\344\273\254\350\246\201\350\265\242.py" | 2 +- ...3 \347\224\265\345\255\220\346\261\252.py" | 2 +- ... \347\246\217\345\210\260\344\272\206.cpp" | 2 +- ...01\346\230\257\350\265\242\345\256\266.py" | 2 +- ...6 \347\214\234\346\225\260\345\255\227.py" | 2 +- ...76\347\245\236\347\204\225\345\217\221.py" | 2 +- .../L1-058 6\347\277\273\344\272\206.cpp" | 2 +- ... \346\225\262\347\254\250\351\222\237.cpp" | 2 +- ...4\345\275\261\351\235\242\347\247\257.cpp" | 2 +- ...6\345\255\220\345\205\254\345\274\217.cpp" | 2 +- ...0\350\277\220\345\275\251\347\245\250.cpp" | 2 +- ...0\346\230\257\345\220\203\350\202\211.cpp" | 2 +- ...0\345\277\203\344\273\243\347\240\201.cpp" | 2 +- ...35\344\270\212\344\273\243\347\240\201.py" | 2 +- ...3\346\230\257\346\266\262\344\275\223.cpp" | 2 +- ...3\345\270\214\346\236\201\351\231\220.cpp" | 2 +- ...3\345\222\214\345\271\263\345\235\207.cpp" | 2 +- ...6\345\216\213\347\233\221\346\265\213.cpp" | 2 +- ... \345\220\203\347\201\253\351\224\205.cpp" | 2 +- ...5\344\270\226\346\241\243\346\241\210.cpp" | 2 +- ...6\345\210\256\345\275\251\347\245\250.cpp" | 2 +- ...3 \344\272\272\344\270\216\347\245\236.py" | 2 +- ...6\345\256\214C\350\257\255\350\250\200.py" | 2 +- ...5 \345\274\272\350\277\253\347\227\207.py" | 2 +- ...22\346\234\272\345\231\250\344\272\272.py" | 2 +- ...37\347\232\204\345\277\203\346\203\205.py" | 2 +- ...10\347\232\204\345\233\236\345\275\222.py" | 2 +- ...33\347\232\204\345\226\204\350\211\257.py" | 2 +- ...43\350\257\200\346\225\260\345\210\227.py" | 2 +- ...1\346\210\221\350\246\201\350\265\242.cpp" | 2 +- ... \347\247\215\351\222\273\347\237\263.cpp" | 2 +- ...3\345\233\276\344\271\246\351\246\206.cpp" | 2 +- ...1\345\244\226\346\230\237\344\272\272.cpp" | 2 +- ...5\350\257\225\346\211\213\346\260\224.cpp" | 2 +- ...6\344\270\212\347\232\204\351\242\230.cpp" | 2 +- ...7\345\241\224\350\277\252\345\245\245.cpp" | 2 +- ...1\347\232\204\346\216\250\350\215\220.cpp" | 2 +- ...7\346\200\245\346\225\221\346\217\264.cpp" | 2 +- ...6\350\241\250\345\216\273\351\207\215.cpp" | 2 +- .../L2-003 \346\234\210\351\245\274.cpp" | 2 +- ...2\346\240\221\345\220\227\357\274\237.cpp" | 2 +- ...10\347\233\270\344\274\274\345\272\246.py" | 2 +- ...1\347\232\204\351\201\215\345\216\206.cpp" | 2 +- ...6\345\272\255\346\210\277\344\272\247.cpp" | 2 +- ...1\347\247\260\345\255\220\344\270\262.cpp" | 2 +- ... \346\212\242\347\272\242\345\214\205.cpp" | 2 +- ... \346\216\222\345\272\247\344\275\215.cpp" | 2 +- ...4\344\272\214\345\217\211\346\240\221.cpp" | 2 +- ...6\347\232\204\345\210\244\346\226\255.cpp" | 2 +- ...2\350\211\262\350\255\246\346\212\245.cpp" | 2 +- ...7\350\275\246\350\260\203\345\272\246.cpp" | 2 +- ...2\350\257\204\346\210\220\347\273\251.cpp" | 2 +- ...4\347\232\204\345\205\204\345\246\271.cpp" | 7 +- ...2\344\273\245\347\276\244\345\210\206.cpp" | 2 +- ...345\274\217A\351\231\244\344\273\245B.cpp" | 52 + ...4\346\202\204\345\205\263\346\263\250.cpp" | 2 +- ...7\345\244\253\344\274\240\344\272\272.cpp" | 2 +- ...1\350\265\236\347\213\202\351\255\224.cpp" | 2 +- ...5\346\216\222\351\223\276\350\241\250.cpp" | 2 +- ...0\350\211\262\351\227\256\351\242\230.cpp" | 2 +- .../L2-024 \351\203\250\350\220\275.cpp" | 2 +- ...6\350\200\214\346\262\273\344\271\213.cpp" | 2 +- ... \345\260\217\345\255\227\350\276\210.cpp" | 2 +- ...6\344\273\243\351\207\221\345\210\270.cpp" | 2 +- ...1\345\210\206\345\276\227\345\277\253.cpp" | 2 +- ...4\347\232\204\345\271\270\347\246\217.cpp" | 2 +- ... \345\206\260\345\262\233\344\272\272.cpp" | 2 +- ...1\345\205\245\350\231\216\347\251\264.cpp" | 2 +- ... \345\275\251\350\231\271\347\223\266.cpp" | 2 +- ...5\350\256\241\347\256\227\345\231\250.cpp" | 2 +- ...3\347\275\251\345\217\221\346\224\276.cpp" | 2 +- ...2\345\272\217\351\201\215\345\216\206.cpp" | 2 +- ...3\345\215\241\346\224\273\347\225\245.cpp" | 2 +- ... \345\214\205\350\243\205\346\234\272.cpp" | 2 +- ...5\346\257\222\346\272\257\346\272\220.cpp" | 2 +- ...1\344\273\243\347\240\201\345\272\223.cpp" | 2 +- ...4\344\275\234\346\201\257\350\241\250.cpp" | 38 + ...6\344\272\244\351\233\206\347\276\244.cpp" | 2 +- ...7\347\230\244\350\257\212\346\226\255.cpp" | 2 +- ...1\346\220\234\347\264\242\346\240\221.cpp" | 2 +- ...1\347\232\204\347\273\223\346\236\204.cpp" | 2 +- ...0\345\216\237\346\226\207\344\273\266.cpp" | 2 +- ...223\345\207\272\346\225\264\346\225\260.c" | 2 +- ...227\345\215\207\347\272\247\347\211\210.c" | 2 +- ...204\344\270\255\344\275\215\346\225\260.c" | 2 +- ...255\345\245\207\345\201\266\346\200\247.c" | 2 +- ...0\345\215\212\346\237\245\346\211\276.cpp" | 2 +- ...271\345\274\217\346\261\202\345\200\274.c" | 2 +- ...200\345\215\225\346\261\202\345\222\214.c" | 2 +- ...240\347\232\204\345\271\263\345\235\207.c" | 2 +- ...204\346\234\200\345\244\247\345\200\274.c" | 2 +- ...204\351\230\266\344\271\230\345\222\214.c" | 2 +- ...250\345\271\263\346\226\271\346\225\260.c" | 2 +- ...266\344\271\230\350\256\241\347\256\227.c" | 2 +- ...252\344\275\215\346\225\260\345\255\227.c" | 2 +- ...1\345\260\272\350\213\261\345\257\270.cpp" | 2 +- ...1\347\256\227\345\267\245\350\265\204.cpp" | 2 +- ...5\346\260\221\346\260\264\350\264\271.cpp" | 2 +- ...5\350\256\241\347\256\227\345\231\250.cpp" | 2 +- ...K\350\234\241\347\203\233\345\233\276.cpp" | 2 +- ...4\346\225\260\346\256\265\345\222\214.cpp" | 2 +- ...7\345\234\206\345\221\250\347\216\207.cpp" | 2 +- ...4\346\225\264\346\225\260\351\233\206.cpp" | 2 +- ...0\347\232\204\350\240\225\350\231\253.cpp" | 2 +- ...1\345\274\217\345\215\225\346\240\271.cpp" | 2 +- ...7\347\245\250\351\235\242\351\242\235.cpp" | 2 +- ...6\346\230\257\345\207\240\347\202\271.cpp" | 2 +- ...5\345\217\243\350\257\200\350\241\250.cpp" | 2 +- ...3\346\225\264\346\225\260\350\247\243.cpp" | 2 +- ...7\345\205\224\350\265\233\350\267\221.cpp" | 2 +- ...1\345\200\274\350\275\254\346\215\242.cpp" | 2 +- ...0\347\256\200\345\210\206\345\274\217.cpp" | 2 +- ... \345\277\265\346\225\260\345\255\227.cpp" | 2 +- ...5\350\257\215\351\225\277\345\272\246.cpp" | 2 +- ...1\346\263\225\346\216\222\345\272\217.cpp" | 2 +- ...0\351\200\211\345\244\247\347\216\213.cpp" | 2 +- ...5\347\232\204\345\255\220\344\270\262.cpp" | 2 +- ...4\344\270\211\344\275\215\346\225\260.cpp" | 2 +- ...2\346\263\241\346\216\222\345\272\217.cpp" | 2 +- ...2\347\216\257\345\267\246\347\247\273.cpp" | 2 +- ...-\345\212\240\345\274\272\347\211\210.cpp" | 2 +- ...6\346\225\260\345\212\240\346\263\225.cpp" | 2 +- ...5\344\270\216\346\230\276\347\244\272.cpp" | 2 +- ...6\346\225\260\345\235\207\345\200\274.cpp" | 2 +- ...3\345\210\231\350\277\220\347\256\227.cpp" | 2 +- ...2\351\241\271\344\271\213\345\222\214.cpp" | 2 +- ...-\345\212\240\345\274\272\347\211\210.cpp" | 2 +- .../7-4 BCD\350\247\243\345\257\206.cpp" | 2 +- ...0\346\240\274\350\276\223\345\207\272.cpp" | 2 +- ...7\345\214\226\350\276\223\345\205\245.cpp" | 2 +- ...4\345\260\217\346\227\266\345\210\266.cpp" | 2 +- ...5\351\200\237\345\210\244\346\226\255.cpp" | 2 +- ...3\346\211\276\345\260\217\347\220\203.cpp" | 2 +- ...276\350\241\250\351\200\206\350\275\254.c" | 2 +- ...214\345\210\206\346\237\245\346\211\276.c" | 2 +- ...272\345\217\266\347\273\223\347\202\271.c" | 2 +- ...204\346\223\215\344\275\234\351\233\206.c" | 2 +- ...250\346\223\215\344\275\234\351\233\206.c" | 2 +- ...250\347\232\204\350\241\250\351\225\277.c" | 2 +- ...217\345\217\267\346\237\245\346\211\276.c" | 2 +- ...250\346\223\215\344\275\234\351\233\206.c" | 2 +- ...250\346\223\215\344\275\234\351\233\206.c" | 2 +- ...244\344\270\252\345\240\206\346\240\210.c" | 2 +- ...211\346\240\221\351\253\230\345\272\246.c" | 2 +- ...221\347\232\204\351\201\215\345\216\206.c" | 2 +- ...7\345\222\214\351\227\256\351\242\230.cpp" | 2 +- ...7\346\235\221\346\235\221\351\200\232.cpp" | 2 +- ...3\351\224\256\346\264\273\345\212\250.cpp" | 2 +- .../7-12 \346\216\222\345\272\217.cpp" | 2 +- ...7\350\256\241\345\267\245\351\276\204.cpp" | 2 +- ...2\345\244\251\347\213\202\344\272\272.cpp" | 2 +- ...7\344\270\216\347\231\273\351\231\206.cpp" | 2 +- ...1\345\274\217\346\261\202\345\257\274.cpp" | 2 +- ...2\345\275\222\345\256\236\347\216\260.cpp" | 2 +- ...0\345\215\225\346\250\241\346\213\237.cpp" | 2 +- ...\346\225\260\347\254\254K\351\241\271.cpp" | 2 +- ...0\346\263\225\350\277\220\347\256\227.cpp" | 2 +- ...6\345\274\217\350\275\254\346\215\242.cpp" | 2 +- ...6\345\274\217\347\232\204\345\200\274.cpp" | 2 +- ...1\346\213\237\351\230\237\345\210\227.cpp" | 2 +- ...7\344\272\214\345\217\211\346\240\221.cpp" | 2 +- ...1\347\247\215\347\273\237\350\256\241.cpp" | 2 +- ... \346\234\213\345\217\213\345\234\210.cpp" | 2 +- ...0\346\201\257\351\230\237\345\210\227.cpp" | 2 +- ...6\350\260\261\345\244\204\347\220\206.cpp" | 2 +- ...2\346\240\221\345\210\244\346\226\255.cpp" | 2 +- ...6\347\220\206\347\211\247\345\234\272.cpp" | 2 +- ...1\347\232\204\345\220\214\346\236\204.cpp" | 2 +- ... \347\233\256\345\275\225\346\240\221.cpp" | 2 +- ...3\345\215\241\345\260\224\346\240\221.cpp" | 2 +- ...5\351\227\256\351\242\230\342\200\235.cpp" | 2 +- ...7\345\256\253\346\216\242\347\264\242.cpp" | 2 +- ...4\345\220\210\347\220\206\346\200\247.cpp" | 2 +- ...7\346\200\245\346\225\221\346\217\264.cpp" | 2 +- ...7\342\200\235\350\256\241\347\256\227.cpp" | 2 +- ...\213\237EXCEL\346\216\222\345\272\217.cpp" | 2 +- ...6\345\244\247\345\257\214\347\277\201.cpp" | 2 +- ...5\344\274\230\346\203\240\345\210\270.cpp" | 2 +- ...1\346\220\234\347\264\242\346\240\221.cpp" | 2 +- ...0\346\216\222\350\241\214\346\246\234.cpp" | 2 +- ...2\345\220\215\346\261\207\346\200\273.cpp" | 2 +- ...3\345\210\227\346\230\240\345\260\204.cpp" | 2 +- ...3\345\210\227\346\230\240\345\260\204.cpp" | 2 +- ...6\347\233\270\344\274\274\345\272\246.cpp" | 2 +- ...2\346\210\267\346\237\245\350\257\242.cpp" | 2 +- ...5\351\227\250\350\257\235\351\242\230.cpp" | 2 +- ...6\347\224\237\345\220\215\345\215\225.cpp" | 2 +- ...1\345\241\236\342\200\235\347\211\210.cpp" | 2 +- ...1\350\257\276\346\270\205\345\215\225.cpp" | 2 +- ...5\347\232\204\350\267\257\345\276\204.cpp" | 2 +- ...1\350\264\271\351\227\256\351\242\230.cpp" | 2 +- ...7\347\232\204\345\220\210\345\271\266.cpp" | 2 +- ...7\347\232\204\344\272\244\351\233\206.cpp" | 2 +- ...4\344\270\255\344\275\215\346\225\260.cpp" | 2 +- ...2\350\277\236\351\200\232\351\233\206.cpp" | 2 +- ...5\345\272\246\347\251\272\351\227\264.cpp" | 2 +- ...1\347\232\204\350\200\203\350\257\225.cpp" | 2 +- ...5\346\270\270\350\247\204\345\210\222.cpp" | 2 +- ...204\344\270\211\344\275\215\346\225\260.c" | 2 +- ...202\351\230\266\344\271\230\345\222\214.c" | 2 +- ...207\346\225\260\345\207\275\346\225\260.c" | 2 +- ...204\351\203\250\345\210\206\345\222\214.c" | 2 +- ...56\227Ackermenn\345\207\275\346\225\260.c" | 2 +- ...61\202Fabonacci\346\225\260\345\210\227.c" | 2 +- ...242\344\272\214\350\277\233\345\210\266.c" | 2 +- ...223\345\207\272\346\225\264\346\225\260.c" | 2 +- ...275\350\213\261\346\226\207\345\220\215.c" | 2 +- ...245\346\211\276\346\230\237\346\234\237.c" | 2 +- ...246\344\270\262\351\225\277\345\272\246.c" | 2 +- ...262\347\232\204\350\277\236\346\216\245.c" | 2 +- ...272\345\255\227\347\254\246\344\270\262.c" | 2 +- ...245\346\211\276\345\255\220\344\270\262.c" | 2 +- ...223\347\202\271\351\223\276\350\241\250.c" | 2 +- ...223\347\202\271\345\210\240\351\231\244.c" | 2 +- ...246\345\217\267\345\207\275\346\225\260.c" | 2 +- ...202\345\245\207\346\225\260\345\222\214.c" | 2 +- ...264\347\232\204\350\267\235\347\246\273.c" | 2 +- ...202\347\264\240\346\225\260\345\222\214.c" | 2 +- ...227\347\232\204\344\270\252\346\225\260.c" | 2 +- ...264\344\273\231\350\212\261\346\225\260.c" | 2 +- ...204\350\277\221\344\274\274\345\200\274.c" | 2 +- ...227\347\254\246\344\270\252\346\225\260.c" | 2 +- ...262\346\225\260\345\210\227\345\222\214.c" | 2 +- ...205\347\232\204\345\256\214\346\225\260.c" | 2 +- ...06\205\347\232\204Fibonacci\346\225\260.c" | 2 +- ...264\350\265\253\347\214\234\346\203\263.c" | 2 +- ...204\351\200\206\345\272\217\346\225\260.c" | 2 +- ...217\346\225\260\351\203\250\345\210\206.c" | 2 +- ...207\345\256\232\345\205\203\347\264\240.c" | 2 +- ...252\347\216\257\345\217\263\347\247\273.c" | 2 +- ...250\345\210\206\345\244\215\345\210\266.c" | 2 +- ...240\351\231\244\345\255\227\347\254\246.c" | 2 +- ...207\345\255\227\347\254\246\344\270\262.c" | 2 +- ...227\347\254\246\344\270\252\346\225\260.c" | 2 +- ...246\347\224\237\346\210\220\347\273\251.c" | 2 +- ...71\345\210\260n\344\271\213\345\222\214.c" | 2 +- ...2m\345\210\260n\344\271\213\345\222\214.c" | 2 +- ...255\346\234\200\345\244\247\350\200\205.c" | 2 +- ...227\351\207\221\345\255\227\345\241\224.c" | 2 +- ...204\345\222\214\344\270\216\345\267\256.c" | 2 +- ...273\345\212\250\345\255\227\346\257\215.c" | 2 +- ...202\345\245\207\346\225\260\345\222\214.c" | 2 +- ...261\345\275\242\345\233\276\346\241\210.c" | 2 +- ...246\344\270\262\346\216\222\345\272\217.c" | 2 +- ...221\351\207\217\345\212\240\346\263\225.c" | 2 +- ...245\346\211\276\344\271\246\347\261\215.c" | 2 +- ...257\345\275\225\346\216\222\345\272\217.c" | 2 +- ...344\271\2402-1 Programming in C is fun!.c" | 2 +- ...204\344\271\230\346\226\271\350\241\250.c" | 2 +- ...211\350\247\222\345\233\276\346\241\210.c" | 2 +- ...223\345\207\272\346\225\264\346\225\260.c" | 2 +- ...204\344\270\211\344\275\215\346\225\260.c" | 2 +- ...202\351\230\266\344\271\230\345\222\214.c" | 2 +- ...207\346\225\260\345\207\275\346\225\260.c" | 2 +- ...41\347\256\227P\345\207\275\346\225\260.c" | 2 +- ...242\344\272\214\350\277\233\345\210\266.c" | 2 +- ...245\346\211\276\346\230\237\346\234\237.c" | 2 +- ...246\344\270\262\351\225\277\345\272\246.c" | 2 +- ...272\345\255\227\347\254\246\344\270\262.c" | 2 +- ...245\346\211\276\345\255\220\344\270\262.c" | 2 +- ...241\346\201\257\351\223\276\350\241\250.c" | 2 +- ...276\350\241\250\345\244\204\347\220\206.c" | 2 +- ...272\347\253\213\351\223\276\350\241\250.c" | 2 +- ...266\346\225\260\350\212\202\347\202\271.c" | 2 +- ...276\350\241\250\346\213\274\346\216\245.c" | 2 +- ...223\347\202\271\351\223\276\350\241\250.c" | 2 +- ...223\344\270\232\344\272\272\346\225\260.c" | 2 +- ...223\347\202\271\345\210\240\351\231\244.c" | 2 +- ...276\350\241\250\351\200\206\347\275\256.c" | 2 +- ...14\346\230\2575\347\232\204\346\225\260.c" | 2 +- ...0x\347\232\204n\346\254\241\346\226\271.c" | 2 +- ...247\345\205\254\347\272\246\346\225\260.c" | 2 +- ...246\345\217\267\345\207\275\346\225\260.c" | 2 +- ...202\345\245\207\346\225\260\345\222\214.c" | 2 +- ...264\347\232\204\350\267\235\347\246\273.c" | 2 +- ...202\347\264\240\346\225\260\345\222\214.c" | 2 +- ...250\345\271\263\346\226\271\346\225\260.c" | 2 +- ...204\351\230\266\344\271\230\345\222\214.c" | 2 +- ...227\347\232\204\344\270\252\346\225\260.c" | 2 +- ...205\347\232\204\345\256\214\346\225\260.c" | 2 +- ...246\344\270\262\351\200\206\345\272\217.c" | 2 +- ...252\347\216\257\345\217\263\347\247\273.c" | 2 +- ...1\252\2148-1-8 \346\212\245\346\225\260.c" | 2 +- ...240\351\231\244\345\255\227\347\254\246.c" | 2 +- ...207\345\255\227\347\254\246\344\270\262.c" | 2 +- ...262\347\232\204\350\277\236\346\216\245.c" | 2 +- ...266\345\255\227\347\254\246\344\270\262.c" | 2 +- ...345\256\236\351\252\2141-1 Hello World!.c" | 2 +- ...261\345\275\242\345\233\276\346\241\210.c" | 2 +- ...246\346\241\206\346\226\207\345\255\227.c" | 2 +- ...225\350\257\215\346\216\222\345\272\217.c" | 2 +- ...-7 \350\227\217\345\244\264\350\257\227.c" | 2 +- ...-9 \350\227\217\345\260\276\350\257\227.c" | 2 +- ...230\347\251\272\345\235\240\347\220\203.c" | 2 +- ...12 \351\273\221\346\264\236\346\225\260.c" | 2 +- ...272\346\234\200\345\260\217\345\200\274.c" | 2 +- ...260\345\210\227\346\261\202\345\222\214.c" | 2 +- ...-4 \346\215\242\347\241\254\345\270\201.c" | 2 +- ...205\347\256\261\351\227\256\351\242\230.c" | 2 +- ...251\351\230\265\350\277\220\347\256\227.c" | 2 +- ...215\345\244\215\345\255\227\347\254\246.c" | 2 +- ...246\344\270\262\346\233\277\346\215\242.c" | 2 +- ...233\345\210\266\346\225\264\346\225\260.c" | 2 +- ...227\347\254\246\350\275\254\346\215\242.c" | 2 +- ...260\345\235\200\350\275\254\346\215\242.c" | 2 +- ...221\351\207\217\345\212\240\346\263\225.c" | 2 +- ...62\346\225\260\345\210\227\345\222\214.py" | 2 +- ...02\347\264\240\346\225\260\345\222\214.py" | 2 +- ...27\347\232\204\344\270\252\346\225\260.py" | 2 +- ...0\347\232\204\344\270\252\346\225\260 .py" | 2 +- ...04\350\277\221\344\274\274\345\200\274.py" | 2 +- ...6 \347\274\251\345\206\231\350\257\215.py" | 2 +- ...14\345\271\266\350\276\223\345\207\272.py" | 2 +- ...17\345\200\274\350\276\223\345\207\272.py" | 2 +- ...\210\221\345\255\246Python\342\200\235.py" | 2 +- ...350\256\241\347\256\227 11+12+13+...+m.py" | 2 +- ...346\256\265\345\207\275\346\225\260[1].py" | 2 +- ...214\345\210\206\346\237\245\346\211\276.c" | 2 +- ...204\347\232\204\346\217\222\345\205\245.c" | 2 +- ...250\347\232\204\346\217\222\345\205\245.c" | 2 +- ...227\347\232\204\345\220\210\345\271\266.c" | 2 +- ...204\351\203\250\345\210\206\345\222\214.c" | 2 +- ...271\347\220\203\350\267\235\347\246\273.c" | 2 +- ...252\347\216\257\351\230\237\345\210\227.c" | 2 +- ...214\347\253\257\351\230\237\345\210\227.c" | 2 +- ...246\347\261\273\345\240\206\346\240\210.c" | 2 +- ...272\351\227\264\345\210\240\351\231\244.c" | 2 +- ...54m\344\270\252\345\205\203\347\264\240.c" | 2 +- ...211\346\220\234\347\264\242\346\240\221.c" | 2 +- ...245\346\211\276\345\207\275\346\225\260.c" | 2 +- ...215\344\275\234\345\207\275\346\225\260.c" | 2 +- ...230\345\205\210\351\201\215\345\216\206.c" | 2 +- ...230\345\205\210\351\201\215\345\216\206.c" | 2 +- ...5\350\256\241\347\256\227\345\231\250.cpp" | 2 +- ...2\347\216\257\345\267\246\347\247\273.cpp" | 2 +- ...-\345\212\240\345\274\272\347\211\210.cpp" | 2 +- ...2\345\205\250\346\216\222\345\210\227.cpp" | 2 +- ...2\345\275\222\345\256\236\347\216\260.cpp" | 2 +- ...6\345\274\217\350\275\254\346\215\242.cpp" | 2 +- ...6\345\255\220\345\272\217\345\210\227.cpp" | 2 +- ...0\346\263\225\350\277\220\347\256\227.cpp" | 2 +- ...6\345\217\267\351\205\215\345\257\271.cpp" | 2 +- ...4\345\220\210\346\263\225\346\200\247.cpp" | 2 +- ...6\345\205\210\351\227\256\351\242\230.cpp" | 2 +- ...5\351\242\221\347\273\237\350\256\241.cpp" | 2 +- ...7\345\217\243\346\234\215\345\212\241.cpp" | 2 +- ...45\212\240VIP\346\234\215\345\212\241.cpp" | 9 +- ...1\345\241\236\342\200\235\347\211\210.cpp" | 2 +- ...2\350\256\276\351\227\256\351\242\230.cpp" | 2 +- ...1\350\264\271\351\227\256\351\242\230.cpp" | 2 +- ...7\345\222\214\351\227\256\351\242\230.cpp" | 2 +- ...5\345\272\246\347\251\272\351\227\264.cpp" | 2 +- ...0\345\272\217\351\201\215\345\216\206.cpp" | 2 +- ...1\346\240\221\347\232\204\346\240\271.cpp" | 2 +- ...5\347\232\204\350\267\257\345\276\204.cpp" | 2 +- ...4\271\2407.1 \346\216\222\345\272\217.cpp" | 2 +- ...206\346\256\265\351\200\206\350\275\254.c" | 2 +- ...200\347\232\204\351\223\276\350\241\250.c" | 2 +- ...222\345\275\222\351\201\215\345\216\206.c" | 2 +- ...06\347\261\273\345\244\204\347\220\206.py" | 2 +- ...5\347\256\261\351\227\256\351\242\230.cpp" | 2 +- 732 files changed, 1581 insertions(+), 1495 deletions(-) create mode 100644 "\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-018 \345\244\232\351\241\271\345\274\217A\351\231\244\344\273\245B.cpp" create mode 100644 "\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-042 \350\200\201\346\235\277\347\232\204\344\275\234\346\201\257\350\241\250.cpp" diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-1 Deque.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-1 Deque.c" index 1a272b3..94ecf54 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-1 Deque.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-1 Deque.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/696 +// https://pintia.cn/problem-sets/16/exam/problems/696 Deque CreateDeque(){ PtrToNode header = (PtrToNode)malloc(sizeof(struct Node)); header -> Next = header -> Last = NULL; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-11 Shortest Path [1].c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-11 Shortest Path [1].c" index a8e4107..f2a7bb5 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-11 Shortest Path [1].c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-11 Shortest Path [1].c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/706 +// https://pintia.cn/problem-sets/16/exam/problems/706 void ShortestDist(LGraph Graph, int dist[], Vertex S) { int INF = 0x7FFFFFFF; for (int i = 0; i < Graph->Nv; i++) dist[i] = INF; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-12 Shortest Path [2].c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-12 Shortest Path [2].c" index d455015..1695cf3 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-12 Shortest Path [2].c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-12 Shortest Path [2].c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/707 +// https://pintia.cn/problem-sets/16/exam/problems/707 void ShortestDist(MGraph Graph, int dist[], Vertex S) { for (int i = 0; i < Graph->Nv; i++) dist[i] = INFINITY; dist[S] = 0; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-13 Topological Sort.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-13 Topological Sort.c" index d038f9e..86da4a2 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-13 Topological Sort.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-13 Topological Sort.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/708 +// https://pintia.cn/problem-sets/16/exam/problems/708 bool TopSort(LGraph Graph, Vertex TopOrder[]) { int front = 0, tail = 0, cnt = 0, indegree[MaxVertexNum] = {0}; for (int i = 0; i < Graph->Nv; i++) { diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-14 Count Connected Components.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-14 Count Connected Components.c" index 1628417..361a799 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-14 Count Connected Components.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-14 Count Connected Components.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/962 +// https://pintia.cn/problem-sets/16/exam/problems/962 bool vis[MaxVertexNum] = {false}; void dfs(LGraph Graph, int u) { vis[u] = true; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-15 Iterative Mergesort.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-15 Iterative Mergesort.c" index 3219fff..45cc2e2 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-15 Iterative Mergesort.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-15 Iterative Mergesort.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/1046 +// https://pintia.cn/problem-sets/16/exam/problems/1046 void swap(int *x, int *y) { int t = *x; *x = *y; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-16 Shortest Path [3].c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-16 Shortest Path [3].c" index 16cc931..0ab4c60 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-16 Shortest Path [3].c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-16 Shortest Path [3].c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/1085 +// https://pintia.cn/problem-sets/16/exam/problems/1085 int known[MaxVertexNum]; void ShortestDist(MGraph Graph, int dist[], int count[], Vertex S) { diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-17 Shortest Path [4].c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-17 Shortest Path [4].c" index 5803217..0e4af65 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-17 Shortest Path [4].c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-17 Shortest Path [4].c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/1086 +// https://pintia.cn/problem-sets/16/exam/problems/1086 void ShortestDist(MGraph Graph, int dist[], int path[], Vertex S) { for (int i = 0; i < Graph->Nv; i++) dist[i] = INFINITY; dist[S] = 0; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-2 Two Stacks In One Array.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-2 Two Stacks In One Array.c" index 4412cff..6d5e48b 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-2 Two Stacks In One Array.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-2 Two Stacks In One Array.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/697 +// https://pintia.cn/problem-sets/16/exam/problems/697 Stack CreateStack( int MaxElements ) { Stack stack =(Stack)malloc(sizeof(struct StackRecord)); diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-3 Add Two Polynomials.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-3 Add Two Polynomials.c" index 04e8b0d..981f0de 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-3 Add Two Polynomials.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-3 Add Two Polynomials.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/698 +// https://pintia.cn/problem-sets/16/exam/problems/698 Polynomial Add(Polynomial a, Polynomial b) { Polynomial P = (Polynomial)malloc(sizeof(struct Node)), s = P; P->Next = NULL; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-4 Reverse Linked List.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-4 Reverse Linked List.c" index 133cbf8..4eca139 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-4 Reverse Linked List.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-4 Reverse Linked List.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/699 +// https://pintia.cn/problem-sets/16/exam/problems/699 List Reverse( List L ){ if(L -> Next == NULL) return L; Position t,p = L -> Next -> Next,k = L -> Next; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-5 Evaluate Postfix Expression.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-5 Evaluate Postfix Expression.c" index 4412fb7..91f4958 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-5 Evaluate Postfix Expression.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-5 Evaluate Postfix Expression.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/700 +// https://pintia.cn/problem-sets/16/exam/problems/700 typedef struct StackRecord *Stack; struct StackRecord { double Array[Max_Expr]; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-6 Level-order Traversal.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-6 Level-order Traversal.c" index 0b41797..1312877 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-6 Level-order Traversal.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-6 Level-order Traversal.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/701 +// https://pintia.cn/problem-sets/16/exam/problems/701 void Level_order(Tree T, void (*visit)(Tree ThisNode)) { if (T == NULL) return; Tree q[1000]; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-7 Isomorphic.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-7 Isomorphic.c" index 8db46d5..fcbac6e 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-7 Isomorphic.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-7 Isomorphic.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/702 +// https://pintia.cn/problem-sets/16/exam/problems/702 int Isomorphic(Tree T1, Tree T2) { if (T1 == NULL && T2 == NULL) return 1; if ((T1 == NULL && T2 != NULL) || (T2 == NULL && T1 != NULL)) return 0; diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-8 Percolate Up and Down.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-8 Percolate Up and Down.c" index f8b1287..a5ac33f 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-8 Percolate Up and Down.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-8 Percolate Up and Down.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/703 +// https://pintia.cn/problem-sets/16/exam/problems/703 void PercolateUp(int p, PriorityQueue H) { int i = p, j = i / 2; while (j >= 1) { diff --git "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-9 Sort Three Distinct Keys.c" "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-9 Sort Three Distinct Keys.c" index bac84e8..20027fe 100644 --- "a/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-9 Sort Three Distinct Keys.c" +++ "b/Data_Structures_and_Algorithms_(English)/\345\207\275\346\225\260\351\242\230/6-9 Sort Three Distinct Keys.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/704 +// https://pintia.cn/problem-sets/16/exam/problems/704 void MySort(ElementType A[], int N) { int cntMaybe = 0, pos = 0; for (int i = 0; i < N; i++) { diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-1 Maximum Subsequence Sum.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-1 Maximum Subsequence Sum.cpp" index 88a6c45..dabc028 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-1 Maximum Subsequence Sum.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-1 Maximum Subsequence Sum.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/663 +// https://pintia.cn/problem-sets/16/exam/problems/663 #include using namespace std; int main() { diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-12 How Long Does It Take.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-12 How Long Does It Take.cpp" index 62d973e..b127299 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-12 How Long Does It Take.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-12 How Long Does It Take.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/674 +// https://pintia.cn/problem-sets/16/exam/problems/674 #include #include #include diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-13 Insert or Merge.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-13 Insert or Merge.cpp" index 89782f5..ed50081 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-13 Insert or Merge.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-13 Insert or Merge.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805377432928256 +// https://pintia.cn/problem-sets/16/exam/problems/675 #include using namespace std; int main() { diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-14 Insertion or Heap Sort.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-14 Insertion or Heap Sort.cpp" index 0fb053b..804626a 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-14 Insertion or Heap Sort.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-14 Insertion or Heap Sort.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/676 +// https://pintia.cn/problem-sets/16/exam/problems/676 #include using namespace std; const int N = 110; diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-16 Sort with Swap(0, i).cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-16 Sort with Swap(0, i).cpp" index 0ec123d..5ba8943 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-16 Sort with Swap(0, i).cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-16 Sort with Swap(0, i).cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/678 +// https://pintia.cn/problem-sets/16/exam/problems/678 #include using namespace std; const int N = 100010; diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-2 Reversing Linked List.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-2 Reversing Linked List.cpp" index ae1c638..c86bd0c 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-2 Reversing Linked List.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-2 Reversing Linked List.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/664 +// https://pintia.cn/problem-sets/16/exam/problems/664 #include using namespace std; const int N = 100010; diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-20 Binary Search Tree.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-20 Binary Search Tree.cpp" index a98ca7c..cc432b9 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-20 Binary Search Tree.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-20 Binary Search Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/682 +// https://pintia.cn/problem-sets/16/exam/problems/682 // 4 2 // 3 1 4 2 // 3 4 1 2 diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-21 Counting Leaves.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-21 Counting Leaves.cpp" index 49ffcff..afc7829 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-21 Counting Leaves.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-21 Counting Leaves.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/683 +// https://pintia.cn/problem-sets/16/exam/problems/683 #include using namespace std; const int N = 110; diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-27 QQ Account Management.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-27 QQ Account Management.cpp" index d55e6aa..06cfcac 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-27 QQ Account Management.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-27 QQ Account Management.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/689 +// https://pintia.cn/problem-sets/16/exam/problems/689 #include using namespace std; typedef long long ll; diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-3 Pop Sequence.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-3 Pop Sequence.cpp" index f4ae3c3..d9f3952 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-3 Pop Sequence.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-3 Pop Sequence.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/665 +// https://pintia.cn/problem-sets/16/exam/problems/665 // 5 7 5 // 1 2 3 4 5 6 7 // 3 2 1 7 5 6 4 diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-4 List Leaves.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-4 List Leaves.cpp" index e1668b8..ec9e271 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-4 List Leaves.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-4 List Leaves.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/666 +// https://pintia.cn/problem-sets/16/exam/problems/666 #include using namespace std; struct node { diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-5 Tree Traversals Again.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-5 Tree Traversals Again.cpp" index 63f24bd..fd0cf36 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-5 Tree Traversals Again.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-5 Tree Traversals Again.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/667 +// https://pintia.cn/problem-sets/16/exam/problems/667 #include using namespace std; int n, cnt = 0; diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-6 Root of AVL Tree.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-6 Root of AVL Tree.cpp" index 1b2b8d6..746afd1 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-6 Root of AVL Tree.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-6 Root of AVL Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/668 +// https://pintia.cn/problem-sets/16/exam/problems/668 #include using namespace std; struct node { diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-7 Complete Binary Search Tree.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-7 Complete Binary Search Tree.cpp" index 4400d7f..00433c5 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-7 Complete Binary Search Tree.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-7 Complete Binary Search Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/669 +// https://pintia.cn/problem-sets/16/exam/problems/669 #include using namespace std; const int N = 1010; diff --git "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-8 File Transfer.cpp" "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-8 File Transfer.cpp" index 3241c3b..91278ff 100644 --- "a/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-8 File Transfer.cpp" +++ "b/Data_Structures_and_Algorithms_(English)/\347\274\226\347\250\213\351\242\230/7-8 File Transfer.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/16/problems/670 +// https://pintia.cn/problem-sets/16/exam/problems/670 #include using namespace std; const int N = 10010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1001 A+B Format.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1001 A+B Format.cpp" index f4aa841..140c91e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1001 A+B Format.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1001 A+B Format.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805528788582400 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805528788582400 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1002 A+B for Polynomials.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1002 A+B for Polynomials.cpp" index 689ea90..8bdc8f7 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1002 A+B for Polynomials.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1002 A+B for Polynomials.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805526272000000 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805526272000000 #include int main() { double p[1010] = {0}, c; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1003 Emergency.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1003 Emergency.cpp" index 3230a07..3ce8894 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1003 Emergency.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1003 Emergency.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805523835109376 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805523835109376 #include using namespace std; const int N = 510, INF = 0x7FFFFFF; @@ -79,7 +79,7 @@ bool vis[N] = {false}; void dijkstra(int s){ fill(d, d + n, INF); // 用无穷大表示起点s->all都无路径 d[s] = 0; // s->s的最短距离为0 - w[s] = weight[s]; // s->s的最小点权和为0 + w[s] = weight[s]; // s->s的最小点权和为0 num[s] = 1; // s->s的最短路径个数为1 for (int i = 0; i < n; i++){ // 循环n次, 每一次都从离上个起点最近的点开始继续向下记录 int u = -1, MIN = INF; // 最小值取INF, 只要小于INF则表示连通 diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1004 Counting Leaves.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1004 Counting Leaves.cpp" index 7bcc4c5..be13443 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1004 Counting Leaves.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1004 Counting Leaves.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805521431773184 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805521431773184 #include #include struct Node diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1005 Spell It Right.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1005 Spell It Right.cpp" index dae0d8f..1f2cd93 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1005 Spell It Right.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1005 Spell It Right.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805519074574336 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805519074574336 #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1006 Sign In and Sign Out.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1006 Sign In and Sign Out.cpp" index b1374de..ff3c932 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1006 Sign In and Sign Out.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1006 Sign In and Sign Out.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805516654460928 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805516654460928 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1007 Maximum Subsequence Sum.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1007 Maximum Subsequence Sum.cpp" index 1905d8b..5c95717 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1007 Maximum Subsequence Sum.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1007 Maximum Subsequence Sum.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805514284679168 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805514284679168 #include const int maxn = 10010; int a[maxn], dp[maxn]; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1008 Elevator.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1008 Elevator.cpp" index 1ed3556..7a6e2c0 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1008 Elevator.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1008 Elevator.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805511923286016 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805511923286016 #include int main() { int n, total = 0, now = 0, to; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1009 Product of Polynomials.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1009 Product of Polynomials.cpp" index e3f0888..8413e0f 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1009 Product of Polynomials.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1009 Product of Polynomials.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805509540921344 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805509540921344 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1010 Radix.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1010 Radix.cpp" index d002659..b3b0aa5 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1010 Radix.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1010 Radix.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805507225665536 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805507225665536 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1011 World Cup Betting.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1011 World Cup Betting.cpp" index 441ce98..bd2d4f6 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1011 World Cup Betting.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1011 World Cup Betting.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805504927186944 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805504927186944 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1012 The Best Rank.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1012 The Best Rank.cpp" index b719ca3..3d3fb67 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1012 The Best Rank.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1012 The Best Rank.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805502658068480 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805502658068480 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1013 Battle Over Cities.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1013 Battle Over Cities.cpp" index 1e6be24..88d8533 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1013 Battle Over Cities.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1013 Battle Over Cities.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805500414115840 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805500414115840 #include using namespace std; const int N = 1010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1014 Waiting in Line.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1014 Waiting in Line.cpp" index 40ba680..02c3c51 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1014 Waiting in Line.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1014 Waiting in Line.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805498207911936 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805498207911936 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1015 Reversible Primes.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1015 Reversible Primes.cpp" index a6a0b29..2e34484 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1015 Reversible Primes.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1015 Reversible Primes.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805495863296000 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805495863296000 #include const int maxn = 30; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1016 Phone Bills.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1016 Phone Bills.cpp" index 8c7ba0e..b79762d 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1016 Phone Bills.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1016 Phone Bills.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805493648703488 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805493648703488 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1017 Queueing at Bank.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1017 Queueing at Bank.cpp" index 283fda6..9ace4f4 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1017 Queueing at Bank.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1017 Queueing at Bank.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805491530579968 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805491530579968 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1018 Public Bike Management.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1018 Public Bike Management.cpp" index 31a8480..30712dd 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1018 Public Bike Management.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1018 Public Bike Management.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805489282433024 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805489282433024 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1019 General Palindromic Number.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1019 General Palindromic Number.cpp" index 246486c..027800b 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1019 General Palindromic Number.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1019 General Palindromic Number.cpp" @@ -1,28 +1,17 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805487143337984 -#include -#include +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805487143337984 +#include using namespace std; - -int main(){ +int main() { int n, b; scanf("%d%d", &n, &b); - vector ans; - while (n != 0){ - ans.push_back(n % b); - n /= b; - } - int i = 0, len = ans.size(); - while (i < len / 2 && ans[i] == ans[len - i - 1]){ - i++; - } - if (i == len / 2){ - printf("Yes\n"); - } else { - printf("No\n"); - } - for (int i = len - 1; i >= 0; i--){ - printf("%d", ans[i]); - if (i > 0) printf(" "); + vector d; + for (; n != 0; n /= b) d.push_back(n % b); + int i = 0, len = d.size(); + while (i < len / 2 && d[i] == d[len - i - 1]) i++; + printf("%s\n", i == len / 2 ? "Yes" : "No"); + for (int i = len - 1; i >= 0; i--) { + if (i != len - 1) printf(" "); + printf("%d", d[i]); } return 0; } \ No newline at end of file diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1020 Tree Traversals.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1020 Tree Traversals.cpp" index 077a1d3..94ef33c 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1020 Tree Traversals.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1020 Tree Traversals.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805485033603072 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805485033603072 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1021 Deepest Root.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1021 Deepest Root.cpp" index 88c205c..62f6774 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1021 Deepest Root.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1021 Deepest Root.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805482919673856 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805482919673856 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1022 Digital Library.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1022 Digital Library.cpp" index 41727ce..9890ed5 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1022 Digital Library.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1022 Digital Library.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805480801550336 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805480801550336 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1023 Have Fun with Numbers.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1023 Have Fun with Numbers.cpp" index d85686c..67c3e85 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1023 Have Fun with Numbers.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1023 Have Fun with Numbers.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805478658260992 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805478658260992 #include #include const int maxn = 25; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1024 Palindromic Number.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1024 Palindromic Number.cpp" index 4557407..7050af1 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1024 Palindromic Number.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1024 Palindromic Number.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805476473028608 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805476473028608 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1025 PAT Ranking.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1025 PAT Ranking.cpp" index 086b217..6bda698 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1025 PAT Ranking.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1025 PAT Ranking.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805474338127872 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805474338127872 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1026 Table Tennis.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1026 Table Tennis.cpp" index 4e592f1..3261a54 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1026 Table Tennis.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1026 Table Tennis.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805472333250560 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805472333250560 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1027 Colors in Mars.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1027 Colors in Mars.cpp" index 7012263..310a6f2 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1027 Colors in Mars.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1027 Colors in Mars.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805470349344768 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805470349344768 #include char change(int x){ if (x > 9){ diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1028 List Sorting.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1028 List Sorting.cpp" index 1ef51f6..b5db774 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1028 List Sorting.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1028 List Sorting.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805468327690240 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805468327690240 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1029 Median.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1029 Median.cpp" index a6a6211..7725603 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1029 Median.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1029 Median.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805466364755968 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805466364755968 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1030 Travel Plan.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1030 Travel Plan.cpp" index e589569..a1fd99e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1030 Travel Plan.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1030 Travel Plan.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805464397627392 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805464397627392 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1031 Hello World for U.c" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1031 Hello World for U.c" index eb13b3f..1de741d 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1031 Hello World for U.c" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1031 Hello World for U.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805462535356416 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805462535356416 #include #include int main(){ diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1032 Sharing.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1032 Sharing.cpp" index 556254a..02e9acf 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1032 Sharing.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1032 Sharing.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805460652113920 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805460652113920 #include const int maxn = 100010; struct node{ diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1033 To Fill or Not to Fill.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1033 To Fill or Not to Fill.cpp" index 2cce42b..dccfe2f 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1033 To Fill or Not to Fill.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1033 To Fill or Not to Fill.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805458722734080 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805458722734080 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1034 Head of a Gang.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1034 Head of a Gang.cpp" index ce0a913..570ef84 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1034 Head of a Gang.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1034 Head of a Gang.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805456881434624 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805456881434624 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1035 Password.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1035 Password.cpp" index bfeeff1..9935e40 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1035 Password.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1035 Password.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805454989803520 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805454989803520 #include using namespace std; string convert(string s) { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1036 Boys vs Girls.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1036 Boys vs Girls.cpp" index c83a499..1674f6e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1036 Boys vs Girls.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1036 Boys vs Girls.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805453203030016 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805453203030016 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1037 Magic Coupon.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1037 Magic Coupon.cpp" index 47aa739..6135cbf 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1037 Magic Coupon.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1037 Magic Coupon.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805451374313472 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805451374313472 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1038 Recover the Smallest Number.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1038 Recover the Smallest Number.cpp" index ce6d741..496c557 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1038 Recover the Smallest Number.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1038 Recover the Smallest Number.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805449625288704 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805449625288704 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1039 Course List for Student.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1039 Course List for Student.cpp" index f6e758f..989bbdb 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1039 Course List for Student.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1039 Course List for Student.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805447855292416 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805447855292416 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1040 Longest Symmetric String.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1040 Longest Symmetric String.cpp" index 6b33229..ec2e264 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1040 Longest Symmetric String.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1040 Longest Symmetric String.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805446102073344 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805446102073344 #include using namespace std; string str; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1041 Be Unique.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1041 Be Unique.cpp" index d18af18..81f3ee0 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1041 Be Unique.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1041 Be Unique.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805444361437184 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805444361437184 #include const int maxn = 100010; int num[maxn], exist[maxn] = {0}; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1042 Shuffling Machine.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1042 Shuffling Machine.cpp" index 2bd5991..afd2b68 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1042 Shuffling Machine.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1042 Shuffling Machine.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805442671132672 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805442671132672 #include using namespace std; const int N = 55; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1043 Is It a Binary Search Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1043 Is It a Binary Search Tree.cpp" index 88a1320..3bebee3 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1043 Is It a Binary Search Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1043 Is It a Binary Search Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805440976633856 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805440976633856 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1044 Shopping in Mars.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1044 Shopping in Mars.cpp" index 4481f06..5098f92 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1044 Shopping in Mars.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1044 Shopping in Mars.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805439202443264 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805439202443264 #include using namespace std; int n, m; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1045 Favorite Color Stripe.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1045 Favorite Color Stripe.cpp" index b4621bf..05f7106 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1045 Favorite Color Stripe.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1045 Favorite Color Stripe.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805437411475456 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805437411475456 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1046 Shortest Distance.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1046 Shortest Distance.cpp" index a6bbcb6..305c5dd 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1046 Shortest Distance.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1046 Shortest Distance.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805435700199424 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805435700199424 #include using namespace std; const int N = 100010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1047 Student List for Course.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1047 Student List for Course.cpp" index fa154b3..5b37623 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1047 Student List for Course.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1047 Student List for Course.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805433955368960 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805433955368960 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1048 Find Coins.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1048 Find Coins.cpp" index 2945ed6..ebffdd9 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1048 Find Coins.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1048 Find Coins.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805432256675840 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805432256675840 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1049 Counting Ones.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1049 Counting Ones.cpp" index cd2ae73..e30290a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1049 Counting Ones.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1049 Counting Ones.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805430595731456 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805430595731456 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1050 String Subtraction.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1050 String Subtraction.cpp" index 834e738..5741c1e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1050 String Subtraction.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1050 String Subtraction.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805429018673152 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805429018673152 #include #include const int maxn = 10010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1051 Pop Sequence.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1051 Pop Sequence.cpp" index 2a81e26..6e85c44 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1051 Pop Sequence.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1051 Pop Sequence.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805427332562944 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805427332562944 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1052 Linked List Sorting.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1052 Linked List Sorting.cpp" index 23c94ac..89e6feb 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1052 Linked List Sorting.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1052 Linked List Sorting.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805425780670464 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805425780670464 #include using namespace std; const int N = 100000; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1053 Path of Equal Weight.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1053 Path of Equal Weight.cpp" index b4d00be..e6d4cbe 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1053 Path of Equal Weight.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1053 Path of Equal Weight.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805424153280512 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805424153280512 #include using namespace std; const int N = 110; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1054 The Dominant Color.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1054 The Dominant Color.cpp" index 247b55e..fa1cf95 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1054 The Dominant Color.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1054 The Dominant Color.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805422639136768 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805422639136768 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1055 The World's Richest.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1055 The World's Richest.cpp" index e67063e..c25fc48 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1055 The World's Richest.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1055 The World's Richest.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805421066272768 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805421066272768 #include using namespace std; struct node { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1056 Mice and Rice.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1056 Mice and Rice.cpp" index 8a937c4..15478af 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1056 Mice and Rice.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1056 Mice and Rice.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805419468242944 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805419468242944 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1057 Stack.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1057 Stack.cpp" index 7269f88..58a1059 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1057 Stack.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1057 Stack.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805417945710592 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805417945710592 #include #include #define lowbit(i) ((i) & (-i)) diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1058 A+B in Hogwarts.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1058 A+B in Hogwarts.cpp" index 1fdfd96..96c0df2 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1058 A+B in Hogwarts.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1058 A+B in Hogwarts.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805416519647232 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805416519647232 #include int a[3] = {0}, b[3] = {0}; int d[3] = {10, 17, 29}; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1059 Prime Factors.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1059 Prime Factors.cpp" index dfda673..4eff5ab 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1059 Prime Factors.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1059 Prime Factors.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805415005503488 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805415005503488 #include using namespace std; bool isprime(int x) { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1060 Are They Equal.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1060 Are They Equal.cpp" index 6e74b15..06a0c5e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1060 Are They Equal.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1060 Are They Equal.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805413520719872 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805413520719872 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1061 Dating.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1061 Dating.cpp" index 54aa2b9..8a7f0fa 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1061 Dating.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1061 Dating.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805411985604608 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805411985604608 #include #include char week[][4] = {"MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN"}; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1062 Talent and Virtue.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1062 Talent and Virtue.cpp" index 246bc1d..b551b57 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1062 Talent and Virtue.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1062 Talent and Virtue.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805410555346944 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805410555346944 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1063 Set Similarity.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1063 Set Similarity.cpp" index d480f27..999f88a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1063 Set Similarity.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1063 Set Similarity.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805409175420928 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805409175420928 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1064 Complete Binary Search Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1064 Complete Binary Search Tree.cpp" index 4449862..17d022b 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1064 Complete Binary Search Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1064 Complete Binary Search Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805407749357568 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805407749357568 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1065 A+B and C (64bit).cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1065 A+B and C (64bit).cpp" index a0cc7e6..b1bc3e7 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1065 A+B and C (64bit).cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1065 A+B and C (64bit).cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805406352654336 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805406352654336 /** * 题目给定的数值范围为8字节, 刚好与long long类型匹配, * 但两数相加减存在溢出的情况, 于是如果a,b均为正但a+b<0则说明溢出,a+b的实际大小必定>c, a,b均为负的情况与此相同. diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1066 Root of AVL Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1066 Root of AVL Tree.cpp" index 90effb0..124fbc2 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1066 Root of AVL Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1066 Root of AVL Tree.cpp" @@ -1,5 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805404939173888 -//http://codeup.cn/problem.php?cid=100000614&pid=0 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805404939173888 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1067 Sort with Swap(0, i).cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1067 Sort with Swap(0, i).cpp" index 834c37c..722f0ac 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1067 Sort with Swap(0, i).cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1067 Sort with Swap(0, i).cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805403651522560 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805403651522560 #include using namespace std; const int N = 100010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1068 Find More Coins.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1068 Find More Coins.cpp" index 738a31a..465ece7 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1068 Find More Coins.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1068 Find More Coins.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805402305150976 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805402305150976 #include using namespace std; const int maxn = 10010, maxv = 110; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1069 The Black Hole of Numbers.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1069 The Black Hole of Numbers.cpp" index 074b638..38cbd2a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1069 The Black Hole of Numbers.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1069 The Black Hole of Numbers.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805400954585088 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805400954585088 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1070 Mooncake.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1070 Mooncake.cpp" index d27ad1e..7445400 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1070 Mooncake.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1070 Mooncake.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805399578853376 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805399578853376 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1071 Speech Patterns.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1071 Speech Patterns.cpp" index 628a69c..72c1bf4 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1071 Speech Patterns.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1071 Speech Patterns.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805398257647616 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805398257647616 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1072 Gas Station.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1072 Gas Station.cpp" index e04afb6..f38be96 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1072 Gas Station.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1072 Gas Station.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805396953219072 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805396953219072 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1073 Scientific Notation.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1073 Scientific Notation.cpp" index d7f002d..f63a137 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1073 Scientific Notation.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1073 Scientific Notation.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805395707510784 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805395707510784 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1074 Reversing Linked List.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1074 Reversing Linked List.cpp" index 3856013..6f08095 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1074 Reversing Linked List.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1074 Reversing Linked List.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805394512134144 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805394512134144 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1075 PAT Judge.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1075 PAT Judge.cpp" index ad6c56a..fcf4b4a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1075 PAT Judge.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1075 PAT Judge.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805393241260032 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805393241260032 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1076 Forwards on Weibo.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1076 Forwards on Weibo.cpp" index 41f5664..a8cec4a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1076 Forwards on Weibo.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1076 Forwards on Weibo.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805392092020736 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805392092020736 #include using namespace std; const int N = 1010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1077 Kuchiguse.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1077 Kuchiguse.cpp" index 3374fd1..46fe169 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1077 Kuchiguse.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1077 Kuchiguse.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805390896644096 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805390896644096 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1078 Hashing.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1078 Hashing.cpp" index 3b09b29..708861a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1078 Hashing.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1078 Hashing.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805389634158592 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805389634158592 #include using namespace std; bool isprime(int x) { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1079 Total Sales of Supply Chain.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1079 Total Sales of Supply Chain.cpp" index 440dc43..8199266 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1079 Total Sales of Supply Chain.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1079 Total Sales of Supply Chain.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805388447170560 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805388447170560 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1080 Graduate Admission.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1080 Graduate Admission.cpp" index fab083d..199e8ff 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1080 Graduate Admission.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1080 Graduate Admission.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805387268571136 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805387268571136 #include using namespace std; struct node { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1081 Rational Sum.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1081 Rational Sum.cpp" index d4d61c5..a9e478c 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1081 Rational Sum.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1081 Rational Sum.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805386161274880 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805386161274880 #include using namespace std; long int gcd(int a, int b) { return b == 0 ? a : gcd(b, a % b); } diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1082 Read Number in Chinese.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1082 Read Number in Chinese.cpp" index 72b9a99..8902bc8 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1082 Read Number in Chinese.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1082 Read Number in Chinese.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805385053978624 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805385053978624 /* #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1083 List Grades.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1083 List Grades.cpp" index d4d4d3f..c2877c5 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1083 List Grades.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1083 List Grades.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805383929905152 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805383929905152 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1084 Broken Keyboard.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1084 Broken Keyboard.cpp" index aedd289..1d118d9 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1084 Broken Keyboard.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1084 Broken Keyboard.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805382902300672 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805382902300672 #include using namespace std; bool hashMap[260], vis[260]; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1085 Perfect Sequence.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1085 Perfect Sequence.cpp" index 640ad1a..709297f 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1085 Perfect Sequence.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1085 Perfect Sequence.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805381845336064 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805381845336064 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1086 Tree Traversals Again.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1086 Tree Traversals Again.cpp" index e2692dc..2eefdd0 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1086 Tree Traversals Again.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1086 Tree Traversals Again.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805380754817024 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805380754817024 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1087 All Roads Lead to Rome.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1087 All Roads Lead to Rome.cpp" index 9cc353e..1762b5e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1087 All Roads Lead to Rome.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1087 All Roads Lead to Rome.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805379664297984 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805379664297984 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1088 Rational Arithmetic.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1088 Rational Arithmetic.cpp" index 5a380d1..b07af03 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1088 Rational Arithmetic.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1088 Rational Arithmetic.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805287624491008 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805378443755520 #include #define ll long long using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1089 Insert or Merge.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1089 Insert or Merge.cpp" index 89782f5..2bb2f1d 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1089 Insert or Merge.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1089 Insert or Merge.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805377432928256 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805377432928256 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1090 Highest Price in Supply Chain.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1090 Highest Price in Supply Chain.cpp" index 3ccc46f..31ab0e9 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1090 Highest Price in Supply Chain.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1090 Highest Price in Supply Chain.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805376476626944 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805376476626944 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1091 Acute Stroke.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1091 Acute Stroke.cpp" index b6e8f00..738478e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1091 Acute Stroke.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1091 Acute Stroke.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805375457411072 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805375457411072 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1092 To Buy or Not to Buy.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1092 To Buy or Not to Buy.cpp" index d730c35..84d625e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1092 To Buy or Not to Buy.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1092 To Buy or Not to Buy.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805374509498368 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805374509498368 #include using namespace std; const int maxn = 1010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1093 Count PAT's.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1093 Count PAT's.cpp" index f35c5bd..121ad45 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1093 Count PAT's.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1093 Count PAT's.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805373582557184 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805373582557184 #include using namespace std; const int MOD=1e9+7; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1094 The Largest Generation.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1094 The Largest Generation.cpp" index ffb8fca..87c33b8 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1094 The Largest Generation.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1094 The Largest Generation.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805372601090048 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805372601090048 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1095 Cars on Campus.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1095 Cars on Campus.cpp" index b4a5cb9..012a66f 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1095 Cars on Campus.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1095 Cars on Campus.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805371602845696 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805371602845696 #include using namespace std; struct node { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1096 Consecutive Factors.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1096 Consecutive Factors.cpp" index 90c915b..a831d14 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1096 Consecutive Factors.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1096 Consecutive Factors.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805370650738688 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805370650738688 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1097 Deduplication on a Linked List.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1097 Deduplication on a Linked List.cpp" index 53257ed..6401fb6 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1097 Deduplication on a Linked List.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1097 Deduplication on a Linked List.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805369774129152 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805369774129152 #include using namespace std; const int N = 100010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1098 Insertion or Heap Sort.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1098 Insertion or Heap Sort.cpp" index 65bf219..39a0e6f 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1098 Insertion or Heap Sort.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1098 Insertion or Heap Sort.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805368847187968 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805368847187968 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1099 Build A Binary Search Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1099 Build A Binary Search Tree.cpp" index 3ca1710..97604bd 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1099 Build A Binary Search Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1099 Build A Binary Search Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805367987355648 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805367987355648 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1100 Mars Numbers.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1100 Mars Numbers.cpp" index d1089a5..47b33a8 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1100 Mars Numbers.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1100 Mars Numbers.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805367156883456 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805367156883456 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1101 Quick Sort.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1101 Quick Sort.cpp" index af84f8c..fa9472e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1101 Quick Sort.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1101 Quick Sort.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805366343188480 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805366343188480 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1102 Invert a Binary Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1102 Invert a Binary Tree.cpp" index 9ef3ebd..4a253b0 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1102 Invert a Binary Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1102 Invert a Binary Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805365537882112 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805365537882112 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1103 Integer Factorization.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1103 Integer Factorization.cpp" index 2a38299..19bf871 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1103 Integer Factorization.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1103 Integer Factorization.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805364711604224 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805364711604224 #include using namespace std; int n, k, p, maxFacSum = -1; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1104 Sum of Number Segments.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1104 Sum of Number Segments.cpp" index 50c5055..94cb54c 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1104 Sum of Number Segments.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1104 Sum of Number Segments.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805363914686464 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805363914686464 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1105 Spiral Matrix.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1105 Spiral Matrix.cpp" index 72a449e..2867d63 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1105 Spiral Matrix.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1105 Spiral Matrix.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805363117768704 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805363117768704 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1106 Lowest Price in Supply Chain.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1106 Lowest Price in Supply Chain.cpp" index db9b0d9..abca43a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1106 Lowest Price in Supply Chain.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1106 Lowest Price in Supply Chain.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805362341822464 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805362341822464 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1107 Social Clusters.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1107 Social Clusters.cpp" index 766d2da..f13990b 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1107 Social Clusters.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1107 Social Clusters.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805361586847744 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805361586847744 #include using namespace std; const int N = 1010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1108 Finding Average.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1108 Finding Average.cpp" index 094b1e1..fe3b93a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1108 Finding Average.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1108 Finding Average.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805360777347072 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805360777347072 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1109 Group Photo.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1109 Group Photo.cpp" index dac4fb7..5390365 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1109 Group Photo.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1109 Group Photo.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805360043343872 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805360043343872 #include using namespace std; struct node { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1110 Complete Binary Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1110 Complete Binary Tree.cpp" index 99c0ddb..85e25ff 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1110 Complete Binary Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1110 Complete Binary Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805359372255232 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805359372255232 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1111 Online Map.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1111 Online Map.cpp" index e96d725..836b479 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1111 Online Map.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1111 Online Map.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805358663417856 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805358663417856 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1112 Stucked Keyboard.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1112 Stucked Keyboard.cpp" index 029be5c..f40518d 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1112 Stucked Keyboard.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1112 Stucked Keyboard.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805357933608960 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805357933608960 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1113 Integer Set Partition.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1113 Integer Set Partition.cpp" index d628ddf..43b2384 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1113 Integer Set Partition.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1113 Integer Set Partition.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805357258326016 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805357258326016 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1114 Family Property.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1114 Family Property.cpp" index 5404d28..975c69a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1114 Family Property.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1114 Family Property.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805356599820288 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805356599820288 #include using namespace std; const int N = 10000; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1115 Counting Nodes in a Binary Search Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1115 Counting Nodes in a Binary Search Tree.cpp" index ddb8991..ee4dd65 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1115 Counting Nodes in a Binary Search Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1115 Counting Nodes in a Binary Search Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805355987451904 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805355987451904 #include using namespace std; struct node { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1116 Come on! Let's C.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1116 Come on! Let's C.cpp" index 5e56e76..f801594 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1116 Come on! Let's C.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1116 Come on! Let's C.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805355358306304 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805355358306304 #include using namespace std; bool isprime(int x) { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1117 Eddington Number.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1117 Eddington Number.cpp" index 850c0cd..2bf5254 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1117 Eddington Number.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1117 Eddington Number.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805354762715136 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805354762715136 #include using namespace std; bool cmp(int a, int b) { return a > b; } diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1118 Birds in Forest.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1118 Birds in Forest.cpp" index 3fc2a8a..38007c8 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1118 Birds in Forest.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1118 Birds in Forest.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805354108403712 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805354108403712 #include using namespace std; const int N = 10010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1119 Pre- and Post-order Traversals.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1119 Pre- and Post-order Traversals.cpp" index 6ecb62b..477edb3 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1119 Pre- and Post-order Traversals.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1119 Pre- and Post-order Traversals.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805353470869504 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805353470869504 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1120 Friend Numbers.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1120 Friend Numbers.cpp" index f727a3d..901f89d 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1120 Friend Numbers.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1120 Friend Numbers.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805352925609984 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805352925609984 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1121 Damn Single.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1121 Damn Single.cpp" index bef9161..43bb4c3 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1121 Damn Single.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1121 Damn Single.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805352359378944 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805352359378944 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1122 Hamiltonian Cycle.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1122 Hamiltonian Cycle.cpp" index ed87e61..549ba1a 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1122 Hamiltonian Cycle.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1122 Hamiltonian Cycle.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805351814119424 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805351814119424 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1123 Is It a Complete AVL Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1123 Is It a Complete AVL Tree.cpp" index dd35b8f..44f27d5 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1123 Is It a Complete AVL Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1123 Is It a Complete AVL Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805351302414336 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805351302414336 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1124 Raffle for Weibo Followers.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1124 Raffle for Weibo Followers.cpp" index 4de5a43..2bee4d2 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1124 Raffle for Weibo Followers.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1124 Raffle for Weibo Followers.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805350803292160 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805350803292160 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1125 Chain the Ropes.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1125 Chain the Ropes.cpp" index c973b16..6b00509 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1125 Chain the Ropes.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1125 Chain the Ropes.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805350316752896 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805350316752896 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1126 Eulerian Path.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1126 Eulerian Path.cpp" index 4c0a4ed..aad4b3e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1126 Eulerian Path.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1126 Eulerian Path.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805349851185152 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805349851185152 #include using namespace std; const int N = 510; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1127 ZigZagging on a Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1127 ZigZagging on a Tree.cpp" index c67cc5f..16c8e07 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1127 ZigZagging on a Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1127 ZigZagging on a Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805349394006016 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805349394006016 #include using namespace std; const int N = 35; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1128 N Queens Puzzle.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1128 N Queens Puzzle.cpp" index e174bdd..9dd831f 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1128 N Queens Puzzle.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1128 N Queens Puzzle.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805348915855360 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805348915855360 #include using namespace std; bool ispeace(vector &chess) { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1129 Recommendation System.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1129 Recommendation System.cpp" index 8f5af8a..c372691 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1129 Recommendation System.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1129 Recommendation System.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805348471259136 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805348471259136 #include using namespace std; struct node { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1130 Infix Expression.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1130 Infix Expression.cpp" index 63d24f1..6d64d74 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1130 Infix Expression.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1130 Infix Expression.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805347921805312 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805347921805312 #include using namespace std; struct node { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1131 Subway Map.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1131 Subway Map.cpp" index a638778..4f5fd27 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1131 Subway Map.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1131 Subway Map.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805347523346432 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805347523346432 #include using namespace std; const int N = 10010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1132 Cut Integer.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1132 Cut Integer.cpp" index 4ffabc2..586e0b6 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1132 Cut Integer.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1132 Cut Integer.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805347145859072 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805347145859072 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1133 Splitting A Linked List.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1133 Splitting A Linked List.cpp" index 2eda45b..4c9d64e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1133 Splitting A Linked List.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1133 Splitting A Linked List.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805346776760320 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805346776760320 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1134 Vertex Cover.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1134 Vertex Cover.cpp" index 4a4f81b..3c91673 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1134 Vertex Cover.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1134 Vertex Cover.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805346428633088 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805346428633088 #include using namespace std; const int N = 10010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1135 Is It A Red-Black Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1135 Is It A Red-Black Tree.cpp" index 028b9f6..18988e9 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1135 Is It A Red-Black Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1135 Is It A Red-Black Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805346063728640 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805346063728640 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1136 A Delayed Palindrome.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1136 A Delayed Palindrome.cpp" index 18f414b..52be597 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1136 A Delayed Palindrome.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1136 A Delayed Palindrome.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805345732378624 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805345732378624 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1137 Final Grading.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1137 Final Grading.cpp" index 8b258f3..89a63a6 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1137 Final Grading.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1137 Final Grading.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805345401028608 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805345401028608 #include using namespace std; struct node { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1138 Postorder Traversal.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1138 Postorder Traversal.cpp" index 70d93b3..3d50e0c 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1138 Postorder Traversal.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1138 Postorder Traversal.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805345078067200 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805345078067200 #include using namespace std; vector pre, in; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1139 First Contact.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1139 First Contact.cpp" index 0fe0c4b..3a6a4ae 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1139 First Contact.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1139 First Contact.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805344776077312 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805344776077312 #include using namespace std; bool cmp(pair a, pair b) { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1140 Look-and-say Sequence.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1140 Look-and-say Sequence.cpp" index 30cfe20..0c30d9d 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1140 Look-and-say Sequence.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1140 Look-and-say Sequence.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805344490864640 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805344490864640 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1141 PAT Ranking of Institutions.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1141 PAT Ranking of Institutions.cpp" index 65e37e5..32009fd 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1141 PAT Ranking of Institutions.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1141 PAT Ranking of Institutions.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805344222429184 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805344222429184 #include using namespace std; const int N = 100010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1142 Maximal Clique.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1142 Maximal Clique.cpp" index c8d1972..d2b3735 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1142 Maximal Clique.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1142 Maximal Clique.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805343979159552 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805343979159552 #include using namespace std; const int N = 210; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1143 Lowest Common Ancestor.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1143 Lowest Common Ancestor.cpp" index e97bae5..8183b0e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1143 Lowest Common Ancestor.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1143 Lowest Common Ancestor.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805343727501312 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805343727501312 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1144 The Missing Number.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1144 The Missing Number.cpp" index c89f2ca..9755127 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1144 The Missing Number.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1144 The Missing Number.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805343463260160 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805343463260160 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1145 Hashing - Average Search Time.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1145 Hashing - Average Search Time.cpp" index bd88ca0..85c2579 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1145 Hashing - Average Search Time.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1145 Hashing - Average Search Time.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805343236767744 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805343236767744 #include using namespace std; bool isPrime(int x) { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1146 Topological Order.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1146 Topological Order.cpp" index f4e35f6..0203a80 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1146 Topological Order.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1146 Topological Order.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805343043829760 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805343043829760 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1147 Heaps.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1147 Heaps.cpp" index 7f2b643..7fbdc8b 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1147 Heaps.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1147 Heaps.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805342821531648 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/994805342821531648 #include using namespace std; int m, n, cnt = 0, heap[1010]; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1148 Werewolf - Simple Version.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1148 Werewolf - Simple Version.cpp" index e4070f0..597f363 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1148 Werewolf - Simple Version.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1148 Werewolf - Simple Version.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1038429808099098624 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1038429808099098624 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1149 Dangerous Goods Packaging.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1149 Dangerous Goods Packaging.cpp" index d84498b..856f4e9 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1149 Dangerous Goods Packaging.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1149 Dangerous Goods Packaging.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1038429908921778176 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1038429908921778176 #include using namespace std; const int N = 100000; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1150 Travelling Salesman Problem.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1150 Travelling Salesman Problem.cpp" index e267818..34b41d7 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1150 Travelling Salesman Problem.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1150 Travelling Salesman Problem.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1038430013544464384 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1038430013544464384 #include using namespace std; const int N = 210, INF = 0x3f3f3f3f; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1151 LCA in a Binary Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1151 LCA in a Binary Tree.cpp" index 32be811..4e3f594 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1151 LCA in a Binary Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1151 LCA in a Binary Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1038430130011897856 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1038430130011897856 #include using namespace std; const int N = 10010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1152 Google Recruitment.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1152 Google Recruitment.cpp" index 21ebc21..fc20a0e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1152 Google Recruitment.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1152 Google Recruitment.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1071785055080476672 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1071785055080476672 #include using namespace std; bool isprime(int x) { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1153 Decode Registration Card of PAT.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1153 Decode Registration Card of PAT.cpp" index 845baef..086ab88 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1153 Decode Registration Card of PAT.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1153 Decode Registration Card of PAT.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1071785190929788928 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1071785190929788928 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1154 Vertex Coloring.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1154 Vertex Coloring.cpp" index 82a22ff..31ce7b6 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1154 Vertex Coloring.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1154 Vertex Coloring.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1071785301894295552 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1071785301894295552 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1155 Heap Paths.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1155 Heap Paths.cpp" index 5a54238..15142b8 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1155 Heap Paths.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1155 Heap Paths.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1071785408849047552 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1071785408849047552 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1156 Sexy Primes.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1156 Sexy Primes.cpp" index 8a5eeb7..2e696c7 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1156 Sexy Primes.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1156 Sexy Primes.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478634912848322560 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478634912848322560 #include bool isprime(int x) { if (x <= 1) return false; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1157 Anniversary.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1157 Anniversary.cpp" index 7e1e69a..c79943e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1157 Anniversary.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1157 Anniversary.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478634991737962496 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478634991737962496 #include using namespace std; int main() { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1158 Telefraud Detection.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1158 Telefraud Detection.cpp" index 5bcb37d..275d896 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1158 Telefraud Detection.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1158 Telefraud Detection.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478635060278108160 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635060278108160 #include using namespace std; const int N = 1010; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1159 Structure of a Binary Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1159 Structure of a Binary Tree.cpp" index b2a9718..6072cf4 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1159 Structure of a Binary Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1159 Structure of a Binary Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478635126488367104 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635126488367104 #include using namespace std; vector post, in; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1160 Forever.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1160 Forever.cpp" index 1968639..6326757 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1160 Forever.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1160 Forever.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478635415925800960 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635415925800960 #include using namespace std; struct node { diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1161 Merging Linked Lists.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1161 Merging Linked Lists.cpp" index 6c05291..ce6cd19 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1161 Merging Linked Lists.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1161 Merging Linked Lists.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478635524918910976 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635524918910976 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1162 Postfix Expression.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1162 Postfix Expression.cpp" index 32911dd..5d57cd9 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1162 Postfix Expression.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1162 Postfix Expression.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478635599577522176 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635599577522176 #include #include using namespace std; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1163 Dijkstra Sequence.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1163 Dijkstra Sequence.cpp" index 5629184..614c7d7 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1163 Dijkstra Sequence.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1163 Dijkstra Sequence.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478635670373253120 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635670373253120 #include #include #include diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1164 Good in C.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1164 Good in C.cpp" index 0861375..9c441ae 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1164 Good in C.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1164 Good in C.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478635767601967104 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635767601967104 #include using namespace std; string letter[26][7]; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1165 Block Reversing.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1165 Block Reversing.cpp" index 6f6709a..c91d62e 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1165 Block Reversing.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1165 Block Reversing.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/1203317538312806400/problems/1203317626619691009 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635841315209216 #include using namespace std; const int maxn = 100000; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1166 Summit.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1166 Summit.cpp" index fe1b0f6..84abce1 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1166 Summit.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1166 Summit.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/1203317538312806400/problems/1203317626619691010 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478635919459287040 #include using namespace std; const int N = 210; diff --git "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1167 Cartesian Tree.cpp" "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1167 Cartesian Tree.cpp" index 6fa6e80..b60f955 100644 --- "a/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1167 Cartesian Tree.cpp" +++ "b/PAT_(Advanced_Level)_Practice/\347\274\226\347\250\213\351\242\230/1167 Cartesian Tree.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1478636026017230848 +// https://pintia.cn/problem-sets/994805342720868352/exam/problems/1478636026017230848 #include using namespace std; const int N = 35; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1001 \345\256\263\346\255\273\344\272\272\344\270\215\345\201\277\345\221\275\347\232\204(3n+1)\347\214\234\346\203\263.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1001 \345\256\263\346\255\273\344\272\272\344\270\215\345\201\277\345\221\275\347\232\204(3n+1)\347\214\234\346\203\263.cpp" index 579c732..782740b 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1001 \345\256\263\346\255\273\344\272\272\344\270\215\345\201\277\345\221\275\347\232\204(3n+1)\347\214\234\346\203\263.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1001 \345\256\263\346\255\273\344\272\272\344\270\215\345\201\277\345\221\275\347\232\204(3n+1)\347\214\234\346\203\263.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805325918486528 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805325918486528 #include int main() { int n, cnt = 0; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1002 \345\206\231\345\207\272\350\277\231\344\270\252\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1002 \345\206\231\345\207\272\350\277\231\344\270\252\346\225\260.cpp" index 5c8613a..7af98dc 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1002 \345\206\231\345\207\272\350\277\231\344\270\252\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1002 \345\206\231\345\207\272\350\277\231\344\270\252\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805324509200384 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805324509200384 #include using namespace std; string pinyin[] = {"ling", "yi", "er", "san", "si", "wu", "liu", "qi", "ba", "jiu"}; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1003 \346\210\221\350\246\201\351\200\232\350\277\207\357\274\201.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1003 \346\210\221\350\246\201\351\200\232\350\277\207\357\274\201.cpp" index 0b6787b..1b63842 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1003 \346\210\221\350\246\201\351\200\232\350\277\207\357\274\201.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1003 \346\210\221\350\246\201\351\200\232\350\277\207\357\274\201.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805323154440192 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805323154440192 #include #include int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1004 \346\210\220\347\273\251\346\216\222\345\220\215.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1004 \346\210\220\347\273\251\346\216\222\345\220\215.cpp" index 71255f4..dd87c56 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1004 \346\210\220\347\273\251\346\216\222\345\220\215.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1004 \346\210\220\347\273\251\346\216\222\345\220\215.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805321640296448 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805321640296448 #include using namespace std; struct node { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1005 \347\273\247\347\273\255(3n+1)\347\214\234\346\203\263.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1005 \347\273\247\347\273\255(3n+1)\347\214\234\346\203\263.cpp" index 2c67942..ec26628 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1005 \347\273\247\347\273\255(3n+1)\347\214\234\346\203\263.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1005 \347\273\247\347\273\255(3n+1)\347\214\234\346\203\263.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805320306507776 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805320306507776 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1006 \346\215\242\344\270\252\346\240\274\345\274\217\350\276\223\345\207\272\346\225\264\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1006 \346\215\242\344\270\252\346\240\274\345\274\217\350\276\223\345\207\272\346\225\264\346\225\260.cpp" index a16b960..3dcbca9 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1006 \346\215\242\344\270\252\346\240\274\345\274\217\350\276\223\345\207\272\346\225\264\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1006 \346\215\242\344\270\252\346\240\274\345\274\217\350\276\223\345\207\272\346\225\264\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805318855278592 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805318855278592 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1007 \347\264\240\346\225\260\345\257\271\347\214\234\346\203\263.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1007 \347\264\240\346\225\260\345\257\271\347\214\234\346\203\263.cpp" index bfe0098..7aece73 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1007 \347\264\240\346\225\260\345\257\271\347\214\234\346\203\263.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1007 \347\264\240\346\225\260\345\257\271\347\214\234\346\203\263.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805317546655744 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805317546655744 #include bool isPrime(int n) { if (n <= 1) return false; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1008 \346\225\260\347\273\204\345\205\203\347\264\240\345\276\252\347\216\257\345\217\263\347\247\273\351\227\256\351\242\230.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1008 \346\225\260\347\273\204\345\205\203\347\264\240\345\276\252\347\216\257\345\217\263\347\247\273\351\227\256\351\242\230.cpp" index f784a82..e96b745 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1008 \346\225\260\347\273\204\345\205\203\347\264\240\345\276\252\347\216\257\345\217\263\347\247\273\351\227\256\351\242\230.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1008 \346\225\260\347\273\204\345\205\203\347\264\240\345\276\252\347\216\257\345\217\263\347\247\273\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805316250615808 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805316250615808 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1009 \350\257\264\345\217\215\350\257\235.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1009 \350\257\264\345\217\215\350\257\235.cpp" index dd80e63..96420a5 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1009 \350\257\264\345\217\215\350\257\235.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1009 \350\257\264\345\217\215\350\257\235.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805314941992960 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805314941992960 #include int main() { int num = 0; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1010 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\346\261\202\345\257\274.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1010 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\346\261\202\345\257\274.cpp" index e3228e6..8121ac5 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1010 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\346\261\202\345\257\274.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1010 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\346\261\202\345\257\274.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805313708867584 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805313708867584 #include int main(){ int a[1010] = {0}; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1011 A+B \345\222\214 C.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1011 A+B \345\222\214 C.cpp" index 15b3c14..f999554 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1011 A+B \345\222\214 C.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1011 A+B \345\222\214 C.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805312417021952 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805312417021952 #include int main() { int tcase = 1, T; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1012 \346\225\260\345\255\227\345\210\206\347\261\273.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1012 \346\225\260\345\255\227\345\210\206\347\261\273.cpp" index 18efd94..0711dd8 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1012 \346\225\260\345\255\227\345\210\206\347\261\273.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1012 \346\225\260\345\255\227\345\210\206\347\261\273.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805311146147840 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805311146147840 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1013 \346\225\260\347\264\240\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1013 \346\225\260\347\264\240\346\225\260.cpp" index adac562..354011d 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1013 \346\225\260\347\264\240\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1013 \346\225\260\347\264\240\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805309963354112 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805309963354112 #include bool isPrime(int n){ diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1014 \347\246\217\345\260\224\346\221\251\346\226\257\347\232\204\347\272\246\344\274\232.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1014 \347\246\217\345\260\224\346\221\251\346\226\257\347\232\204\347\272\246\344\274\232.cpp" index 534e4a2..ffb9749 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1014 \347\246\217\345\260\224\346\221\251\346\226\257\347\232\204\347\272\246\344\274\232.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1014 \347\246\217\345\260\224\346\221\251\346\226\257\347\232\204\347\272\246\344\274\232.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805308755394560 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805308755394560 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1015 \345\276\267\346\211\215\350\256\272.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1015 \345\276\267\346\211\215\350\256\272.cpp" index 246bc1d..6e43e54 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1015 \345\276\267\346\211\215\350\256\272.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1015 \345\276\267\346\211\215\350\256\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805410555346944 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805307551629312 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1016 \351\203\250\345\210\206A+B.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1016 \351\203\250\345\210\206A+B.cpp" index accb05a..b93c03b 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1016 \351\203\250\345\210\206A+B.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1016 \351\203\250\345\210\206A+B.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805306310115328 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805306310115328 #include int main(){ long long a,b,pa=0,pb=0; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1017 A\351\231\244\344\273\245B.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1017 A\351\231\244\344\273\245B.cpp" index 419a706..877aa9c 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1017 A\351\231\244\344\273\245B.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1017 A\351\231\244\344\273\245B.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805305181847552 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805305181847552 #include #include const int maxn = 1010; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1018 \351\224\244\345\255\220\345\211\252\345\210\200\345\270\203.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1018 \351\224\244\345\255\220\345\211\252\345\210\200\345\270\203.cpp" index d74b894..fcf4b08 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1018 \351\224\244\345\255\220\345\211\252\345\210\200\345\270\203.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1018 \351\224\244\345\255\220\345\211\252\345\210\200\345\270\203.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805304020025344 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805304020025344 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1019 \346\225\260\345\255\227\351\273\221\346\264\236.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1019 \346\225\260\345\255\227\351\273\221\346\264\236.cpp" index ab80a62..1036dec 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1019 \346\225\260\345\255\227\351\273\221\346\264\236.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1019 \346\225\260\345\255\227\351\273\221\346\264\236.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805302786899968 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805302786899968 #include #include int cmpR(const void *a, const void *b) { return *(int *)a - *(int *)b; } diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1020 \346\234\210\351\245\274.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1020 \346\234\210\351\245\274.cpp" index c889efc..0380939 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1020 \346\234\210\351\245\274.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1020 \346\234\210\351\245\274.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805301562163200 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805301562163200 #include using namespace std; struct node { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1021 \344\270\252\344\275\215\346\225\260\347\273\237\350\256\241.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1021 \344\270\252\344\275\215\346\225\260\347\273\237\350\256\241.cpp" index d99fbfc..265a905 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1021 \344\270\252\344\275\215\346\225\260\347\273\237\350\256\241.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1021 \344\270\252\344\275\215\346\225\260\347\273\237\350\256\241.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805300404535296 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805300404535296 #include #include char n[1010]; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1022 D\350\277\233\345\210\266\347\232\204A+B.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1022 D\350\277\233\345\210\266\347\232\204A+B.cpp" index 4c33d54..24bb4f6 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1022 D\350\277\233\345\210\266\347\232\204A+B.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1022 D\350\277\233\345\210\266\347\232\204A+B.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805299301433344 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805299301433344 /* #include int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1023 \347\273\204\344\270\252\346\234\200\345\260\217\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1023 \347\273\204\344\270\252\346\234\200\345\260\217\346\225\260.cpp" index 1f8af2a..dd06382 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1023 \347\273\204\344\270\252\346\234\200\345\260\217\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1023 \347\273\204\344\270\252\346\234\200\345\260\217\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805298269634560 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805298269634560 #include int main() { int count[10]; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1024 \347\247\221\345\255\246\350\256\241\346\225\260\346\263\225.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1024 \347\247\221\345\255\246\350\256\241\346\225\260\346\263\225.cpp" index a7ab63d..545b26f 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1024 \347\247\221\345\255\246\350\256\241\346\225\260\346\263\225.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1024 \347\247\221\345\255\246\350\256\241\346\225\260\346\263\225.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805297229447168 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805297229447168 /* #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1025 \345\217\215\350\275\254\351\223\276\350\241\250.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1025 \345\217\215\350\275\254\351\223\276\350\241\250.cpp" index dae92b3..5a46196 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1025 \345\217\215\350\275\254\351\223\276\350\241\250.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1025 \345\217\215\350\275\254\351\223\276\350\241\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805296180871168 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805296180871168 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1026 \347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\351\227\264.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1026 \347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\351\227\264.cpp" index 158fd09..a6f4c67 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1026 \347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\351\227\264.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1026 \347\250\213\345\272\217\350\277\220\350\241\214\346\227\266\351\227\264.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805295203598336 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805295203598336 #include int main() { int c1, c2, d, s; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1027 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1027 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" index 89c862b..f669e92 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1027 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1027 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805294251491328 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805294251491328 #include int main(){ int n; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1028 \344\272\272\345\217\243\346\231\256\346\237\245.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1028 \344\272\272\345\217\243\346\231\256\346\237\245.cpp" index f15adf6..1040a24 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1028 \344\272\272\345\217\243\346\231\256\346\237\245.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1028 \344\272\272\345\217\243\346\231\256\346\237\245.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805293282607104 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805293282607104 // #include // using namespace std; // int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1029 \346\227\247\351\224\256\347\233\230.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1029 \346\227\247\351\224\256\347\233\230.cpp" index e1c3e26..329760c 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1029 \346\227\247\351\224\256\347\233\230.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1029 \346\227\247\351\224\256\347\233\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805292322111488 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805292322111488 #include using namespace std; bool hashMap[260], vis[260]; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1030 \345\256\214\347\276\216\346\225\260\345\210\227.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1030 \345\256\214\347\276\216\346\225\260\345\210\227.cpp" index 96f3192..f063b00 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1030 \345\256\214\347\276\216\346\225\260\345\210\227.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1030 \345\256\214\347\276\216\346\225\260\345\210\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805291311284224 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805291311284224 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1031 \346\237\245\351\252\214\350\272\253\344\273\275\350\257\201.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1031 \346\237\245\351\252\214\350\272\253\344\273\275\350\257\201.cpp" index 7b83a08..7cc0a13 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1031 \346\237\245\351\252\214\350\272\253\344\273\275\350\257\201.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1031 \346\237\245\351\252\214\350\272\253\344\273\275\350\257\201.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805290334011392 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805290334011392 #include int w[] = {7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2}; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1032 \346\214\226\346\216\230\346\234\272\346\212\200\346\234\257\345\223\252\345\256\266\345\274\272.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1032 \346\214\226\346\216\230\346\234\272\346\212\200\346\234\257\345\223\252\345\256\266\345\274\272.cpp" index e595fb4..6758c31 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1032 \346\214\226\346\216\230\346\234\272\346\212\200\346\234\257\345\223\252\345\256\266\345\274\272.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1032 \346\214\226\346\216\230\346\234\272\346\212\200\346\234\257\345\223\252\345\256\266\345\274\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805289432236032 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805289432236032 #include const int maxn = 100010; int school[maxn]={0}; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1033 \346\227\247\351\224\256\347\233\230\346\211\223\345\255\227.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1033 \346\227\247\351\224\256\347\233\230\346\211\223\345\255\227.cpp" index 94dcd93..4f0348d 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1033 \346\227\247\351\224\256\347\233\230\346\211\223\345\255\227.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1033 \346\227\247\351\224\256\347\233\230\346\211\223\345\255\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805288530460672 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805288530460672 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1034 \346\234\211\347\220\206\346\225\260\345\233\233\345\210\231\350\277\220\347\256\227.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1034 \346\234\211\347\220\206\346\225\260\345\233\233\345\210\231\350\277\220\347\256\227.cpp" index 08debea..ea224e2 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1034 \346\234\211\347\220\206\346\225\260\345\233\233\345\210\231\350\277\220\347\256\227.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1034 \346\234\211\347\220\206\346\225\260\345\233\233\345\210\231\350\277\220\347\256\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805287624491008 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805287624491008 #include #define ll long long using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1035 \346\217\222\345\205\245\344\270\216\345\275\222\345\271\266.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1035 \346\217\222\345\205\245\344\270\216\345\275\222\345\271\266.cpp" index 33ec361..b9abf6a 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1035 \346\217\222\345\205\245\344\270\216\345\275\222\345\271\266.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1035 \346\217\222\345\205\245\344\270\216\345\275\222\345\271\266.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805286714327040 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805286714327040 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1036 \350\267\237\345\245\245\345\267\264\351\251\254\344\270\200\350\265\267\347\274\226\347\250\213.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1036 \350\267\237\345\245\245\345\267\264\351\251\254\344\270\200\350\265\267\347\274\226\347\250\213.cpp" index 5a597f9..102feba 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1036 \350\267\237\345\245\245\345\267\264\351\251\254\344\270\200\350\265\267\347\274\226\347\250\213.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1036 \350\267\237\345\245\245\345\267\264\351\251\254\344\270\200\350\265\267\347\274\226\347\250\213.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805285812551680 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805285812551680 #include int main() { int row, col; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1037 \345\234\250\351\234\215\346\240\274\346\262\203\350\214\250\346\211\276\351\233\266\351\222\261.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1037 \345\234\250\351\234\215\346\240\274\346\262\203\350\214\250\346\211\276\351\233\266\351\222\261.cpp" index 2dd5396..35fecd0 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1037 \345\234\250\351\234\215\346\240\274\346\262\203\350\214\250\346\211\276\351\233\266\351\222\261.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1037 \345\234\250\351\234\215\346\240\274\346\262\203\350\214\250\346\211\276\351\233\266\351\222\261.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805284923359232 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805284923359232 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1038 \347\273\237\350\256\241\345\220\214\346\210\220\347\273\251\345\255\246\347\224\237.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1038 \347\273\237\350\256\241\345\220\214\346\210\220\347\273\251\345\255\246\347\224\237.cpp" index 380de9c..8e9764a 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1038 \347\273\237\350\256\241\345\220\214\346\210\220\347\273\251\345\255\246\347\224\237.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1038 \347\273\237\350\256\241\345\220\214\346\210\220\347\273\251\345\255\246\347\224\237.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805284092887040 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805284092887040 #include int main(){ int a[10010],n,pos; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1039 \345\210\260\345\272\225\344\271\260\344\270\215\344\271\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1039 \345\210\260\345\272\225\344\271\260\344\270\215\344\271\260.cpp" index cb4cd6d..671e42a 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1039 \345\210\260\345\272\225\344\271\260\344\270\215\344\271\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1039 \345\210\260\345\272\225\344\271\260\344\270\215\344\271\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805283241443328 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805283241443328 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1040 \346\234\211\345\207\240\344\270\252PAT.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1040 \346\234\211\345\207\240\344\270\252PAT.cpp" index 0353f04..9982d24 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1040 \346\234\211\345\207\240\344\270\252PAT.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1040 \346\234\211\345\207\240\344\270\252PAT.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805282389999616 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805282389999616 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1041 \350\200\203\350\257\225\345\272\247\344\275\215\345\217\267.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1041 \350\200\203\350\257\225\345\272\247\344\275\215\345\217\267.cpp" index bbbf7d5..c3265da 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1041 \350\200\203\350\257\225\345\272\247\344\275\215\345\217\267.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1041 \350\200\203\350\257\225\345\272\247\344\275\215\345\217\267.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805281567916032 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805281567916032 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1042 \345\255\227\347\254\246\347\273\237\350\256\241.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1042 \345\255\227\347\254\246\347\273\237\350\256\241.cpp" index 3c93ac3..9984953 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1042 \345\255\227\347\254\246\347\273\237\350\256\241.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1042 \345\255\227\347\254\246\347\273\237\350\256\241.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805280817135616 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805280817135616 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1043 \350\276\223\345\207\272PATest.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1043 \350\276\223\345\207\272PATest.cpp" index b79ea52..f682fa2 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1043 \350\276\223\345\207\272PATest.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1043 \350\276\223\345\207\272PATest.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805280074743808 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805280074743808 #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1044 \347\201\253\346\230\237\346\225\260\345\255\227.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1044 \347\201\253\346\230\237\346\225\260\345\255\227.cpp" index 327b9e1..0c6858d 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1044 \347\201\253\346\230\237\346\225\260\345\255\227.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1044 \347\201\253\346\230\237\346\225\260\345\255\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805279328157696 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805279328157696 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1045 \345\277\253\351\200\237\346\216\222\345\272\217.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1045 \345\277\253\351\200\237\346\216\222\345\272\217.cpp" index 9a1ba73..cae7a4b 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1045 \345\277\253\351\200\237\346\216\222\345\272\217.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1045 \345\277\253\351\200\237\346\216\222\345\272\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805278589960192 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805278589960192 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1046 \345\210\222\346\213\263.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1046 \345\210\222\346\213\263.cpp" index 7888650..9dbb385 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1046 \345\210\222\346\213\263.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1046 \345\210\222\346\213\263.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805277847568384 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805277847568384 #include int main(){ int n, cntA = 0, cntB = 0; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1047 \347\274\226\347\250\213\345\233\242\344\275\223\350\265\233.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1047 \347\274\226\347\250\213\345\233\242\344\275\223\350\265\233.cpp" index 23803b5..124e431 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1047 \347\274\226\347\250\213\345\233\242\344\275\223\350\265\233.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1047 \347\274\226\347\250\213\345\233\242\344\275\223\350\265\233.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805277163896832 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805277163896832 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1048 \346\225\260\345\255\227\345\212\240\345\257\206.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1048 \346\225\260\345\255\227\345\212\240\345\257\206.cpp" index 0959bbe..5338d22 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1048 \346\225\260\345\255\227\345\212\240\345\257\206.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1048 \346\225\260\345\255\227\345\212\240\345\257\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805276438282240 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805276438282240 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1049 \346\225\260\345\210\227\347\232\204\347\211\207\346\256\265\345\222\214.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1049 \346\225\260\345\210\227\347\232\204\347\211\207\346\256\265\345\222\214.cpp" index 023c9f4..40db876 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1049 \346\225\260\345\210\227\347\232\204\347\211\207\346\256\265\345\222\214.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1049 \346\225\260\345\210\227\347\232\204\347\211\207\346\256\265\345\222\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805275792359424 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805275792359424 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1050 \350\236\272\346\227\213\347\237\251\351\230\265.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1050 \350\236\272\346\227\213\347\237\251\351\230\265.cpp" index 63d7adb..6a39a77 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1050 \350\236\272\346\227\213\347\237\251\351\230\265.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1050 \350\236\272\346\227\213\347\237\251\351\230\265.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805275146436608 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805275146436608 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1051 \345\244\215\346\225\260\344\271\230\346\263\225.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1051 \345\244\215\346\225\260\344\271\230\346\263\225.cpp" index b06abbc..2230f36 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1051 \345\244\215\346\225\260\344\271\230\346\263\225.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1051 \345\244\215\346\225\260\344\271\230\346\263\225.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805274496319488 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805274496319488 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1052 \345\215\226\344\270\252\350\220\214.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1052 \345\215\226\344\270\252\350\220\214.cpp" index 32a5dbd..c3a31bd 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1052 \345\215\226\344\270\252\350\220\214.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1052 \345\215\226\344\270\252\350\220\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805273883951104 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805273883951104 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1053 \344\275\217\346\210\277\347\251\272\347\275\256\347\216\207.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1053 \344\275\217\346\210\277\347\251\272\347\275\256\347\216\207.cpp" index c5589b4..cfe0af7 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1053 \344\275\217\346\210\277\347\251\272\347\275\256\347\216\207.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1053 \344\275\217\346\210\277\347\251\272\347\275\256\347\216\207.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805273284165632 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805273284165632 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1054 \346\261\202\345\271\263\345\235\207\345\200\274.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1054 \346\261\202\345\271\263\345\235\207\345\200\274.cpp" index ec8d1cd..271ffca 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1054 \346\261\202\345\271\263\345\235\207\345\200\274.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1054 \346\261\202\345\271\263\345\235\207\345\200\274.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805272659214336 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805272659214336 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1055 \351\233\206\344\275\223\347\205\247.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1055 \351\233\206\344\275\223\347\205\247.cpp" index 1d45b06..ec013f5 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1055 \351\233\206\344\275\223\347\205\247.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1055 \351\233\206\344\275\223\347\205\247.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805272021680128 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805272021680128 #include using namespace std; struct node { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1056 \347\273\204\345\220\210\346\225\260\347\232\204\345\222\214.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1056 \347\273\204\345\220\210\346\225\260\347\232\204\345\222\214.cpp" index 5913996..bddb25d 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1056 \347\273\204\345\220\210\346\225\260\347\232\204\345\222\214.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1056 \347\273\204\345\220\210\346\225\260\347\232\204\345\222\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805271455449088 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805271455449088 #include int main(){ int n, num[10], ans = 0; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1057 \346\225\260\351\233\266\345\243\271.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1057 \346\225\260\351\233\266\345\243\271.cpp" index b4ca0db..d5c984e 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1057 \346\225\260\351\233\266\345\243\271.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1057 \346\225\260\351\233\266\345\243\271.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805270914383872 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805270914383872 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1058 \351\200\211\346\213\251\351\242\230.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1058 \351\200\211\346\213\251\351\242\230.cpp" index b021e9f..85af150 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1058 \351\200\211\346\213\251\351\242\230.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1058 \351\200\211\346\213\251\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805270356541440 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805270356541440 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1059 C\350\257\255\350\250\200\347\253\236\350\265\233.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1059 C\350\257\255\350\250\200\347\253\236\350\265\233.cpp" index ed2e104..7383040 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1059 C\350\257\255\350\250\200\347\253\236\350\265\233.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1059 C\350\257\255\350\250\200\347\253\236\350\265\233.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805269828059136 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805269828059136 #include const int maxn = 10010; int rank[maxn]; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1060 \347\210\261\344\270\201\351\241\277\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1060 \347\210\261\344\270\201\351\241\277\346\225\260.cpp" index 10b4f1f..c20682c 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1060 \347\210\261\344\270\201\351\241\277\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1060 \347\210\261\344\270\201\351\241\277\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805269312159744 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805269312159744 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1061 \345\210\244\346\226\255\351\242\230.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1061 \345\210\244\346\226\255\351\242\230.cpp" index f37ab89..d69881f 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1061 \345\210\244\346\226\255\351\242\230.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1061 \345\210\244\346\226\255\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805268817231872 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805268817231872 #include int main(){ int a[110][110]={0}; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1062 \346\234\200\347\256\200\345\210\206\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1062 \346\234\200\347\256\200\345\210\206\346\225\260.cpp" index e58f7eb..958d7c5 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1062 \346\234\200\347\256\200\345\210\206\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1062 \346\234\200\347\256\200\345\210\206\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805268334886912 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805268334886912 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1063 \350\256\241\347\256\227\350\260\261\345\215\212\345\276\204.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1063 \350\256\241\347\256\227\350\260\261\345\215\212\345\276\204.cpp" index 344696d..f772722 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1063 \350\256\241\347\256\227\350\260\261\345\215\212\345\276\204.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1063 \350\256\241\347\256\227\350\260\261\345\215\212\345\276\204.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805267860930560 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805267860930560 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1064 \346\234\213\345\217\213\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1064 \346\234\213\345\217\213\346\225\260.cpp" index df473f3..2deeedd 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1064 \346\234\213\345\217\213\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1064 \346\234\213\345\217\213\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805267416334336 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805267416334336 #include #include int main(){ diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1065 \345\215\225\350\272\253\347\213\227.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1065 \345\215\225\350\272\253\347\213\227.cpp" index 5a1a5be..bdd7450 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1065 \345\215\225\350\272\253\347\213\227.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1065 \345\215\225\350\272\253\347\213\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805266942377984 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805266942377984 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1066 \345\233\276\345\203\217\350\277\207\346\273\244.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1066 \345\233\276\345\203\217\350\277\207\346\273\244.cpp" index bde16b3..217807a 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1066 \345\233\276\345\203\217\350\277\207\346\273\244.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1066 \345\233\276\345\203\217\350\277\207\346\273\244.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805266514558976 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805266514558976 #include using namespace std; const int maxn = 510; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1067 \350\257\225\345\257\206\347\240\201.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1067 \350\257\225\345\257\206\347\240\201.cpp" index eb1dfb3..299a2ac 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1067 \350\257\225\345\257\206\347\240\201.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1067 \350\257\225\345\257\206\347\240\201.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805266007048192 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805266007048192 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1068 \344\270\207\347\273\277\344\270\233\344\270\255\344\270\200\347\202\271\347\272\242.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1068 \344\270\207\347\273\277\344\270\233\344\270\255\344\270\200\347\202\271\347\272\242.cpp" index ead45e2..f2635d6 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1068 \344\270\207\347\273\277\344\270\233\344\270\255\344\270\200\347\202\271\347\272\242.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1068 \344\270\207\347\273\277\344\270\233\344\270\255\344\270\200\347\202\271\347\272\242.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805265579229184 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805265579229184 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1069 \345\276\256\345\215\232\350\275\254\345\217\221\346\212\275\345\245\226.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1069 \345\276\256\345\215\232\350\275\254\345\217\221\346\212\275\345\245\226.cpp" index a9410b4..15ec119 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1069 \345\276\256\345\215\232\350\275\254\345\217\221\346\212\275\345\245\226.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1069 \345\276\256\345\215\232\350\275\254\345\217\221\346\212\275\345\245\226.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805265159798784 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805265159798784 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1070 \347\273\223\347\273\263.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1070 \347\273\223\347\273\263.cpp" index 151e739..3b235e0 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1070 \347\273\223\347\273\263.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1070 \347\273\223\347\273\263.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805264706813952 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805264706813952 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1071 \345\260\217\350\265\214\346\200\241\346\203\205.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1071 \345\260\217\350\265\214\346\200\241\346\203\205.cpp" index 64bd82c..c3cefaa 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1071 \345\260\217\350\265\214\346\200\241\346\203\205.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1071 \345\260\217\350\265\214\346\200\241\346\203\205.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805264312549376 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805264312549376 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1072 \345\274\200\345\255\246\345\257\204\350\257\255.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1072 \345\274\200\345\255\246\345\257\204\350\257\255.cpp" index 9dd3bc3..3227da7 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1072 \345\274\200\345\255\246\345\257\204\350\257\255.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1072 \345\274\200\345\255\246\345\257\204\350\257\255.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805263964422144 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805263964422144 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1073 \345\244\232\351\200\211\351\242\230\345\270\270\350\247\201\350\256\241\345\210\206\346\263\225.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1073 \345\244\232\351\200\211\351\242\230\345\270\270\350\247\201\350\256\241\345\210\206\346\263\225.cpp" index 5d12823..adf4978 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1073 \345\244\232\351\200\211\351\242\230\345\270\270\350\247\201\350\256\241\345\210\206\346\263\225.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1073 \345\244\232\351\200\211\351\242\230\345\270\270\350\247\201\350\256\241\345\210\206\346\263\225.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805263624683520 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805263624683520 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1074 \345\256\207\345\256\231\346\227\240\346\225\214\345\212\240\346\263\225\345\231\250.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1074 \345\256\207\345\256\231\346\227\240\346\225\214\345\212\240\346\263\225\345\231\250.cpp" index 3fccc79..d81acb9 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1074 \345\256\207\345\256\231\346\227\240\346\225\214\345\212\240\346\263\225\345\231\250.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1074 \345\256\207\345\256\231\346\227\240\346\225\214\345\212\240\346\263\225\345\231\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805263297527808 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805263297527808 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1075 \351\223\276\350\241\250\345\205\203\347\264\240\345\210\206\347\261\273.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1075 \351\223\276\350\241\250\345\205\203\347\264\240\345\210\206\347\261\273.cpp" index 3ef0ab8..92d6bca 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1075 \351\223\276\350\241\250\345\205\203\347\264\240\345\210\206\347\261\273.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1075 \351\223\276\350\241\250\345\205\203\347\264\240\345\210\206\347\261\273.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805262953594880 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805262953594880 #include using namespace std; const int N = 100000; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1076 Wifi\345\257\206\347\240\201.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1076 Wifi\345\257\206\347\240\201.cpp" index faac0f5..e179fb7 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1076 Wifi\345\257\206\347\240\201.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1076 Wifi\345\257\206\347\240\201.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805262622244864 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805262622244864 #include int main() { char a[5]; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1077 \344\272\222\350\257\204\346\210\220\347\273\251\350\256\241\347\256\227.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1077 \344\272\222\350\257\204\346\210\220\347\273\251\350\256\241\347\256\227.cpp" index 041b587..33c36f3 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1077 \344\272\222\350\257\204\346\210\220\347\273\251\350\256\241\347\256\227.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1077 \344\272\222\350\257\204\346\210\220\347\273\251\350\256\241\347\256\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805262303477760 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805262303477760 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1078 \345\255\227\347\254\246\344\270\262\345\216\213\347\274\251\344\270\216\350\247\243\345\216\213.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1078 \345\255\227\347\254\246\344\270\262\345\216\213\347\274\251\344\270\216\350\247\243\345\216\213.cpp" index 0a52e0e..77a834a 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1078 \345\255\227\347\254\246\344\270\262\345\216\213\347\274\251\344\270\216\350\247\243\345\216\213.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1078 \345\255\227\347\254\246\344\270\262\345\216\213\347\274\251\344\270\216\350\247\243\345\216\213.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805262018265088 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805262018265088 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1079 \345\273\266\350\277\237\347\232\204\345\233\236\346\226\207\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1079 \345\273\266\350\277\237\347\232\204\345\233\236\346\226\207\346\225\260.cpp" index 29dcc71..eb05adf 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1079 \345\273\266\350\277\237\347\232\204\345\233\236\346\226\207\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1079 \345\273\266\350\277\237\347\232\204\345\233\236\346\226\207\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805261754023936 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805261754023936 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1080 MOOC\346\234\237\347\273\210\346\210\220\347\273\251.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1080 MOOC\346\234\237\347\273\210\346\210\220\347\273\251.cpp" index b97aff2..175de48 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1080 MOOC\346\234\237\347\273\210\346\210\220\347\273\251.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1080 MOOC\346\234\237\347\273\210\346\210\220\347\273\251.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805261493977088 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805261493977088 #include using namespace std; struct student { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1081 \346\243\200\346\237\245\345\257\206\347\240\201.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1081 \346\243\200\346\237\245\345\257\206\347\240\201.cpp" index a1ad8d0..e3d03b6 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1081 \346\243\200\346\237\245\345\257\206\347\240\201.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1081 \346\243\200\346\237\245\345\257\206\347\240\201.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805261217153024 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805261217153024 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1082 \345\260\204\345\207\273\346\257\224\350\265\233.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1082 \345\260\204\345\207\273\346\257\224\350\265\233.cpp" index 59e13ed..3a26116 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1082 \345\260\204\345\207\273\346\257\224\350\265\233.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1082 \345\260\204\345\207\273\346\257\224\350\265\233.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805260990660608 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805260990660608 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1083 \346\230\257\345\220\246\345\255\230\345\234\250\347\233\270\347\255\211\347\232\204\345\267\256.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1083 \346\230\257\345\220\246\345\255\230\345\234\250\347\233\270\347\255\211\347\232\204\345\267\256.cpp" index 5cc93e8..f85eddb 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1083 \346\230\257\345\220\246\345\255\230\345\234\250\347\233\270\347\255\211\347\232\204\345\267\256.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1083 \346\230\257\345\220\246\345\255\230\345\234\250\347\233\270\347\255\211\347\232\204\345\267\256.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805260780945408 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805260780945408 #include #include int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1084 \345\244\226\350\247\202\346\225\260\345\210\227.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1084 \345\244\226\350\247\202\346\225\260\345\210\227.cpp" index 4081b90..78466a2 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1084 \345\244\226\350\247\202\346\225\260\345\210\227.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1084 \345\244\226\350\247\202\346\225\260\345\210\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805260583813120 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805260583813120 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1085 PAT\345\215\225\344\275\215\346\216\222\350\241\214.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1085 PAT\345\215\225\344\275\215\346\216\222\350\241\214.cpp" index 6a847d4..857158d 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1085 PAT\345\215\225\344\275\215\346\216\222\350\241\214.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1085 PAT\345\215\225\344\275\215\346\216\222\350\241\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/994805260353126400 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/994805260353126400 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1086 \345\260\261\344\270\215\345\221\212\350\257\211\344\275\240.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1086 \345\260\261\344\270\215\345\221\212\350\257\211\344\275\240.cpp" index bcb24bc..ee9ace9 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1086 \345\260\261\344\270\215\345\221\212\350\257\211\344\275\240.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1086 \345\260\261\344\270\215\345\221\212\350\257\211\344\275\240.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1038429065476579328 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1038429065476579328 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1087 \346\234\211\345\244\232\345\260\221\344\270\215\345\220\214\347\232\204\345\200\274.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1087 \346\234\211\345\244\232\345\260\221\344\270\215\345\220\214\347\232\204\345\200\274.cpp" index 4e9dca8..59bc42c 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1087 \346\234\211\345\244\232\345\260\221\344\270\215\345\220\214\347\232\204\345\200\274.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1087 \346\234\211\345\244\232\345\260\221\344\270\215\345\220\214\347\232\204\345\200\274.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1038429191091781632 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1038429191091781632 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1088 \344\270\211\344\272\272\350\241\214.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1088 \344\270\211\344\272\272\350\241\214.cpp" index c15fe55..cacebf7 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1088 \344\270\211\344\272\272\350\241\214.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1088 \344\270\211\344\272\272\350\241\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1038429286185074688 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1038429286185074688 #include #include using namespace std; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1089 \347\213\274\344\272\272\346\235\200-\347\256\200\345\215\225\347\211\210.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1089 \347\213\274\344\272\272\346\235\200-\347\256\200\345\215\225\347\211\210.cpp" index 848d9dc..44ff5b5 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1089 \347\213\274\344\272\272\346\235\200-\347\256\200\345\215\225\347\211\210.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1089 \347\213\274\344\272\272\346\235\200-\347\256\200\345\215\225\347\211\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1038429385296453632 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1038429385296453632 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1090 \345\215\261\351\231\251\345\223\201\350\243\205\347\256\261.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1090 \345\215\261\351\231\251\345\223\201\350\243\205\347\256\261.cpp" index 35d3cd3..4fd8e2b 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1090 \345\215\261\351\231\251\345\223\201\350\243\205\347\256\261.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1090 \345\215\261\351\231\251\345\223\201\350\243\205\347\256\261.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1038429484026175488 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1038429484026175488 #include #include #include diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1091 N-\350\207\252\345\256\210\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1091 N-\350\207\252\345\256\210\346\225\260.cpp" index ed92916..5807c11 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1091 N-\350\207\252\345\256\210\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1091 N-\350\207\252\345\256\210\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1071785664454127616 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1071785664454127616 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1092 \346\234\200\345\245\275\345\220\203\347\232\204\346\234\210\351\245\274.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1092 \346\234\200\345\245\275\345\220\203\347\232\204\346\234\210\351\245\274.cpp" index d46b228..cea1bcc 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1092 \346\234\200\345\245\275\345\220\203\347\232\204\346\234\210\351\245\274.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1092 \346\234\200\345\245\275\345\220\203\347\232\204\346\234\210\351\245\274.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1071785779399028736 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1071785779399028736 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1093 \345\255\227\347\254\246\344\270\262A+B.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1093 \345\255\227\347\254\246\344\270\262A+B.cpp" index 6a96d5f..2cda117 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1093 \345\255\227\347\254\246\344\270\262A+B.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1093 \345\255\227\347\254\246\344\270\262A+B.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1071785884776722432 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1071785884776722432 #include using namespace std; int main(){ diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1094 \350\260\267\346\255\214\347\232\204\346\213\233\350\201\230.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1094 \350\260\267\346\255\214\347\232\204\346\213\233\350\201\230.cpp" index 1702030..7b56ca2 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1094 \350\260\267\346\255\214\347\232\204\346\213\233\350\201\230.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1094 \350\260\267\346\255\214\347\232\204\346\213\233\350\201\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1071785997033074688 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1071785997033074688 #include using namespace std; bool isPrime(int n) { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1095 \350\247\243\347\240\201PAT\345\207\206\350\200\203\350\257\201.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1095 \350\247\243\347\240\201PAT\345\207\206\350\200\203\350\257\201.cpp" index ad91ceb..d61c007 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1095 \350\247\243\347\240\201PAT\345\207\206\350\200\203\350\257\201.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1095 \350\247\243\347\240\201PAT\345\207\206\350\200\203\350\257\201.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/1071785190929788928 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1071786104348536832 #include using namespace std; struct stu { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1096 \345\244\247\347\276\216\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1096 \345\244\247\347\276\216\346\225\260.cpp" index c1143d2..ca9ad7b 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1096 \345\244\247\347\276\216\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1096 \345\244\247\347\276\216\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478633632938655744 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478633632938655744 #include using namespace std; int n, x; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1097 \347\237\251\351\230\265\350\241\214\345\271\263\347\247\273.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1097 \347\237\251\351\230\265\350\241\214\345\271\263\347\247\273.cpp" index 5cded8a..1c45579 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1097 \347\237\251\351\230\265\350\241\214\345\271\263\347\247\273.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1097 \347\237\251\351\230\265\350\241\214\345\271\263\347\247\273.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478633729396088832 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478633729396088832 #include using namespace std; const int N = 110; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1098 \345\262\251\346\264\236\346\226\275\345\267\245.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1098 \345\262\251\346\264\236\346\226\275\345\267\245.cpp" index 618fa5f..0600bd8 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1098 \345\262\251\346\264\236\346\226\275\345\267\245.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1098 \345\262\251\346\264\236\346\226\275\345\267\245.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478633798962888704 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478633798962888704 #include using namespace std; const int N = 110; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1099 \346\200\247\346\204\237\347\264\240\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1099 \346\200\247\346\204\237\347\264\240\346\225\260.cpp" index e510f49..05c7c02 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1099 \346\200\247\346\204\237\347\264\240\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1099 \346\200\247\346\204\237\347\264\240\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478633879405998080 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478633879405998080 #include bool isprime(int x) { if (x <= 1) return false; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1100 \346\240\241\345\272\206.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1100 \346\240\241\345\272\206.cpp" index a9f553f..afac9ab 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1100 \346\240\241\345\272\206.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1100 \346\240\241\345\272\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478633948431106048 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478633948431106048 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1101 B\346\230\257A\347\232\204\345\244\232\345\260\221\345\200\215.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1101 B\346\230\257A\347\232\204\345\244\232\345\260\221\345\200\215.cpp" index 06e0d68..b7a0e8c 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1101 B\346\230\257A\347\232\204\345\244\232\345\260\221\345\200\215.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1101 B\346\230\257A\347\232\204\345\244\232\345\260\221\345\200\215.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634052026146816 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634052026146816 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1102 \346\225\231\350\266\205\345\206\240\345\206\233\345\215\267.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1102 \346\225\231\350\266\205\345\206\240\345\206\233\345\215\267.cpp" index dcc5b8b..83b6576 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1102 \346\225\231\350\266\205\345\206\240\345\206\233\345\215\267.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1102 \346\225\231\350\266\205\345\206\240\345\206\233\345\215\267.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634116941389824 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634116941389824 #include using namespace std; struct node { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1103 \347\274\230\345\210\206\346\225\260.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1103 \347\274\230\345\210\206\346\225\260.cpp" index 8ad2ed3..e144fdc 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1103 \347\274\230\345\210\206\346\225\260.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1103 \347\274\230\345\210\206\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634171962896384 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634171962896384 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1104 \345\244\251\351\225\277\345\234\260\344\271\205.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1104 \345\244\251\351\225\277\345\234\260\344\271\205.cpp" index ce46934..98b1b1d 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1104 \345\244\251\351\225\277\345\234\260\344\271\205.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1104 \345\244\251\351\225\277\345\234\260\344\271\205.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634235812786176 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634235812786176 #include using namespace std; typedef pair pii; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1105 \351\223\276\350\241\250\345\220\210\345\271\266.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1105 \351\223\276\350\241\250\345\220\210\345\271\266.cpp" index d606c0c..f749013 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1105 \351\223\276\350\241\250\345\220\210\345\271\266.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1105 \351\223\276\350\241\250\345\220\210\345\271\266.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634321389170688 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634321389170688 #include using namespace std; const int N = 100010; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1106 2019\346\225\260\345\210\227.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1106 2019\346\225\260\345\210\227.cpp" index 0f318ff..e3eb133 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1106 2019\346\225\260\345\210\227.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1106 2019\346\225\260\345\210\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634404943273984 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634404943273984 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1107 \350\200\201\351\274\240\347\210\261\345\244\247\347\261\263.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1107 \350\200\201\351\274\240\347\210\261\345\244\247\347\261\263.cpp" index f80e09e..2827229 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1107 \350\200\201\351\274\240\347\210\261\345\244\247\347\261\263.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1107 \350\200\201\351\274\240\347\210\261\345\244\247\347\261\263.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634461852217344 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634461852217344 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1108 String\345\244\215\350\257\273\346\234\272.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1108 String\345\244\215\350\257\273\346\234\272.cpp" index 947e194..7f5c569 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1108 String\345\244\215\350\257\273\346\234\272.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1108 String\345\244\215\350\257\273\346\234\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634527046828032 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634527046828032 #include using namespace std; int main() { diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1109 \346\223\205\351\225\277C.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1109 \346\223\205\351\225\277C.cpp" index 27639a0..f3bd6a9 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1109 \346\223\205\351\225\277C.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1109 \346\223\205\351\225\277C.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634605024231424 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634605024231424 #include using namespace std; string letter[26][7]; diff --git "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1110 \345\214\272\345\235\227\345\217\215\350\275\254.cpp" "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1110 \345\214\272\345\235\227\345\217\215\350\275\254.cpp" index 28185a8..6c5748e 100644 --- "a/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1110 \345\214\272\345\235\227\345\217\215\350\275\254.cpp" +++ "b/PAT_(Basic_Level)_Practice_(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/1110 \345\214\272\345\235\227\345\217\215\350\275\254.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805260223102976/problems/1478634682663895040 +// https://pintia.cn/problem-sets/994805260223102976/exam/problems/1478634682663895040 #include using namespace std; struct node { diff --git a/README.md b/README.md index b9ed99c..16367a2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ | 浙大版《数据结构(第2版)》题目集 | 16/16 | 23/23 | \\ | | ZOJ Problem Set | \\ | 4/3179 | \\ | | 浙大版《数据结构学习与实验指导(第2版)》题目集 | 3/3 | 2/68 | \\ | -| 团体程序设计天梯赛-练习集 | \\ | 131/165 | \\ | +| 团体程序设计天梯赛-练习集 | \\ | 133/165 | \\ | | PAT (Top Level) Practice | \\ | 0/31 | \\ | | PAT (Basic Level) Practice (中文) | \\ | 110/110 | \\ | | PAT (Advanced Level) Practice | \\ | 167/167 | \\ | @@ -36,4 +36,4 @@ | 浙大版《C语言程序设计(第4版)》题目集 | 0/48 | 0/72 | \\ | | 浙大版《C语言程序设计实验与习题指导(第4版)》题目集 | 0/57 | 0/121 | \\ | | 《PAT 备考通》题目集 | \\ | 0/18 | \\ | -| 《EDA技术实用教程——Verilog版(第六版)》基础入门 | \\ | \\ | 0/67 | +| 《EDA技术实用教程——Verilog版(第六版)》基础入门 | \\ | \\ | 2/67 | diff --git "a/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/1001 A + B Problem.cpp" "b/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/1001 A + B Problem.cpp" index 110c590..54c44a5 100644 --- "a/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/1001 A + B Problem.cpp" +++ "b/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/1001 A + B Problem.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/91827364500/problems/91827364500 +// https://pintia.cn/problem-sets/91827364500/exam/problems/91827364500 #include int main(){ int a, b; diff --git "a/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/1078 Palindrom Numbers.cpp" "b/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/1078 Palindrom Numbers.cpp" index 3fd4db3..88d2a8d 100644 --- "a/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/1078 Palindrom Numbers.cpp" +++ "b/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/1078 Palindrom Numbers.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/91827364500/problems/91827364577 +// https://pintia.cn/problem-sets/91827364500/exam/problems/91827364577 #include using namespace std; bool ispali(string s) { diff --git "a/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/4105 Abbreviation.cpp" "b/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/4105 Abbreviation.cpp" index 4861983..342ae35 100644 --- "a/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/4105 Abbreviation.cpp" +++ "b/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/4105 Abbreviation.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/91827364500/problems/91827370500 +// https://pintia.cn/problem-sets/91827364500/exam/problems/91827370500 #include using namespace std; int main() { diff --git "a/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/4106 Lucky 7 in the Pocket.cpp" "b/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/4106 Lucky 7 in the Pocket.cpp" index edbcb41..0a4fd41 100644 --- "a/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/4106 Lucky 7 in the Pocket.cpp" +++ "b/ZOJ_Problem_Set/\347\274\226\347\250\213\351\242\230/4106 Lucky 7 in the Pocket.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/91827364500/problems/91827370501 +// https://pintia.cn/problem-sets/91827364500/exam/problems/91827370501 #include int main() { int t, n; diff --git a/finished.txt b/finished.txt index f99525a..22c3044 100644 --- a/finished.txt +++ b/finished.txt @@ -1,722 +1,729 @@ -12 298 -12 299 -12 300 -12 301 -12 302 -12 303 -12 304 -12 305 -12 306 -12 307 -12 308 -12 309 -12 310 -12 311 -12 312 -12 313 -12 332 -12 333 -12 334 -12 335 -12 336 -12 338 -12 339 -12 342 -12 343 -12 349 -12 350 -12 351 -12 352 -12 353 -12 354 -12 355 -12 356 -12 357 -12 358 -12 359 -12 360 -12 361 -12 362 -12 363 -12 364 -12 365 -12 366 -12 237 -12 238 -12 249 -12 287 -12 295 -12 340 -12 345 -12 346 -12 347 -13 411 -13 412 -13 460 -13 461 -13 462 -13 463 -13 464 -13 465 -13 466 -13 469 -13 476 -13 541 -13 551 -13 549 -13 553 -13 554 -13 556 -13 542 -13 574 -13 575 -13 576 -13 582 -13 580 -13 581 -13 590 -13 591 -13 592 -13 593 -13 601 -13 602 -13 603 -13 604 -13 605 -13 608 -13 606 -13 609 -13 607 -13 252 -13 255 -13 256 -13 437 -13 441 -13 445 -13 446 -13 449 -13 509 -13 513 -13 525 -13 527 -13 528 -13 529 -13 543 -13 565 -13 586 -13 587 -13 588 -14 733 -14 734 -14 735 -14 736 -14 737 -14 738 -14 739 -14 740 -14 741 -14 742 -14 743 -14 744 -14 44932 -14 781 -14 782 -14 783 -14 784 -14 785 -14 786 -14 787 -14 788 -14 789 -14 790 -14 791 -14 792 -14 793 -14 794 -14 795 -14 796 -14 797 -14 798 -14 799 -14 800 -14 801 -14 802 -14 803 -14 804 -14 805 -14 806 -14 807 -14 808 -14 809 -14 810 -14 811 -14 812 -14 813 -14 814 -14 815 -14 816 -14 2990 -14 3006 -15 724 -15 725 -15 726 -15 727 -15 728 -15 729 -15 730 -15 731 -15 732 -15 923 -15 925 -15 927 -15 709 -15 710 -15 711 -15 712 -15 713 -15 714 -15 715 -15 716 -15 717 -15 718 -15 719 -15 720 -15 721 -15 722 -15 723 -15 820 -15 821 -15 825 -15 826 -15 827 -15 836 -15 837 -15 838 -15 839 -15 840 -15 841 -15 842 -15 843 -15 856 -15 857 -15 858 -15 859 -15 860 -15 861 -15 862 -15 863 -15 864 -15 865 -15 866 -15 867 -15 888 -15 889 -15 890 -15 891 -15 892 -15 893 -15 894 -15 895 -15 896 -15 897 -15 2992 -15 2999 -15 3001 -16 696 -16 697 -16 698 -16 699 -16 700 -16 701 -16 702 -16 703 -16 704 -16 706 -16 707 -16 708 -16 962 -16 1046 -16 1085 -16 1086 -16 663 -16 664 -16 665 -16 666 -16 667 -16 668 -16 669 -16 670 -16 674 -16 675 -16 676 -16 678 -16 682 -16 683 -16 689 -17 260 -17 261 -17 262 -17 263 -17 264 -434 965458856133562368 -434 965573204499779584 -434 5726 -434 5803 -434 5804 -434 5806 -434 966247795744329728 -434 966235055998885888 -434 6085 -434 6096 -434 6098 -434 6178 -434 6182 -434 6222 -434 6472 -434 6475 -434 5404 -434 5405 -434 5653 -434 5654 -434 5811 -434 5860 -434 5865 -434 5869 -434 5891 -434 5892 -434 5893 -434 6101 -434 6103 -434 6104 -434 6180 -434 6259 -434 6476 -434 6477 -434 6495 -434 6541 -434 6544 -434 6542 -91827364500 91827364500 -988034414048743424 988038293285015552 -988034414048743424 988038562512924672 -988034414048743424 988039902048034816 -988034414048743424 988036281675845632 -988034414048743424 988036689915572224 -994805046380707840 994805147132084224 -994805046380707840 994805145370476544 -994805046380707840 994805143738892288 -994805046380707840 994805142086336512 -994805046380707840 994805140211482624 -994805046380707840 994805138600869888 -994805046380707840 994805136889593856 -994805046380707840 994805135224455168 -994805046380707840 994805133597065216 -994805046380707840 994805132040978432 -994805046380707840 994805130426171392 -994805046380707840 994805128870084608 -994805046380707840 994805127389495296 -994805046380707840 994805125929877504 -994805046380707840 994805124398956544 -994805046380707840 994805122985476096 -994805046380707840 994805121500692480 -994805046380707840 994805119944605696 -994805046380707840 994805118568873984 -994805046380707840 994805117167976448 -994805046380707840 994805115792244736 -994805046380707840 994805114445873152 -994805046380707840 994805113036587008 -994805046380707840 994805111694409728 -994805046380707840 994805110318678016 -994805046380707840 994805108934557696 -994805046380707840 994805107638517760 -994805046380707840 994805106325700608 -994805046380707840 994805104983523328 -994805046380707840 994805103557459968 -994805046380707840 994805102173339648 -994805046380707840 994805100684361728 -994805046380707840 994805099426070528 -994805046380707840 994805098188750848 -994805046380707840 994805097018540032 -994805046380707840 994805095676362752 -994805046380707840 994805094485180416 -994805046380707840 994805093038145536 -994805046380707840 994805091888906240 -994805046380707840 994805090748055552 -994805046380707840 994805089657536512 -994805046380707840 994805088529268736 -994805046380707840 994805087447138304 -994805046380707840 994805086365007872 -994805046380707840 994805085295460352 -994805046380707840 994805084284633088 -994805046380707840 994805083282194432 -994805046380707840 994805082313310208 -994805046380707840 994805081289900032 -994805046380707840 994805080346181632 -994805046380707840 994805079364714496 -994805046380707840 994805078400024576 -994805046380707840 994805077443723264 -994805046380707840 994805076512587776 -994805046380707840 994805075543703552 -994805046380707840 994805074646122496 -994805046380707840 1111914599408664576 -994805046380707840 1111914599408664577 -994805046380707840 1111914599412858880 -994805046380707840 1111914599412858881 -994805046380707840 1111914599412858882 -994805046380707840 1111914599412858883 -994805046380707840 1111914599412858884 -994805046380707840 1111914599412858885 -994805046380707840 1336215880692482048 -994805046380707840 1336215880692482049 -994805046380707840 1336215880692482050 -994805046380707840 1336215880692482051 -994805046380707840 1336215880692482052 -994805046380707840 1336215880692482053 -994805046380707840 1336215880692482054 -994805046380707840 1336215880692482055 -994805046380707840 1386335159927652352 -994805046380707840 1386335159927652353 -994805046380707840 1386335159927652354 -994805046380707840 1386335159927652355 -994805046380707840 1386335159927652356 -994805046380707840 1386335159927652357 -994805046380707840 1386335159927652358 -994805046380707840 1386335159927652359 -994805046380707840 1518580608921436160 -994805046380707840 1518581097939525632 -994805046380707840 1518581226784346112 -994805046380707840 1518581337161646080 -994805046380707840 1518581694528933888 -994805046380707840 1518581803354341376 -994805046380707840 1518581903422062592 -994805046380707840 1518582000729911296 -994805046380707840 994805073643683840 -994805046380707840 994805072641245184 -994805046380707840 994805071789801472 -994805046380707840 994805070971912192 -994805046380707840 994805070149828608 -994805046380707840 994805069361299456 -994805046380707840 994805068539215872 -994805046380707840 994805067704549376 -994805046380707840 994805066890854400 -994805046380707840 994805066135879680 -994805046380707840 994805065406070784 -994805046380707840 994805064676261888 -994805046380707840 994805063963230208 -994805046380707840 994805063166312448 -994805046380707840 994805062432309248 -994805046380707840 994805061056577536 -994805046380707840 994805059731177472 -994805046380707840 994805059118809088 -994805046380707840 994805058485469184 -994805046380707840 994805057860517888 -994805046380707840 994805057298481152 -994805046380707840 994805056736444416 -994805046380707840 994805056195379200 -994805046380707840 994805055679479808 -994805046380707840 994805055176163328 -994805046380707840 994805054698012672 -994805046380707840 1111914599412858886 -994805046380707840 1111914599412858887 -994805046380707840 1111914599412858888 -994805046380707840 1111914599412858889 -994805046380707840 1336215880692482056 -994805046380707840 1336215880692482057 -994805046380707840 1336215880692482058 -994805046380707840 1336215880692482059 -994805046380707840 1386335159927652360 -994805046380707840 1386335159927652361 -994805046380707840 1386335159927652362 -994805046380707840 994805053141925888 -994805046380707840 994805052626026496 -994805046380707840 994805049870368768 -994805046380707840 994805047903240192 -994805046380707840 1386335159927652365 -994805260223102976 994805325918486528 -994805260223102976 994805324509200384 -994805260223102976 994805323154440192 -994805260223102976 994805321640296448 -994805260223102976 994805320306507776 -994805260223102976 994805318855278592 -994805260223102976 994805317546655744 -994805260223102976 994805316250615808 -994805260223102976 994805314941992960 -994805260223102976 994805313708867584 -994805260223102976 994805312417021952 -994805260223102976 994805311146147840 -994805260223102976 994805309963354112 -994805260223102976 994805308755394560 -994805260223102976 994805307551629312 -994805260223102976 994805306310115328 -994805260223102976 994805305181847552 -994805260223102976 994805304020025344 -994805260223102976 994805302786899968 -994805260223102976 994805301562163200 -994805260223102976 994805300404535296 -994805260223102976 994805299301433344 -994805260223102976 994805298269634560 -994805260223102976 994805297229447168 -994805260223102976 994805296180871168 -994805260223102976 994805295203598336 -994805260223102976 994805294251491328 -994805260223102976 994805293282607104 -994805260223102976 994805292322111488 -994805260223102976 994805291311284224 -994805260223102976 994805290334011392 -994805260223102976 994805289432236032 -994805260223102976 994805288530460672 -994805260223102976 994805287624491008 -994805260223102976 994805286714327040 -994805260223102976 994805285812551680 -994805260223102976 994805284923359232 -994805260223102976 994805284092887040 -994805260223102976 994805283241443328 -994805260223102976 994805282389999616 -994805260223102976 994805281567916032 -994805260223102976 994805280817135616 -994805260223102976 994805280074743808 -994805260223102976 994805279328157696 -994805260223102976 994805278589960192 -994805260223102976 994805277847568384 -994805260223102976 994805277163896832 -994805260223102976 994805276438282240 -994805260223102976 994805275792359424 -994805260223102976 994805275146436608 -994805260223102976 994805274496319488 -994805260223102976 994805273883951104 -994805260223102976 994805273284165632 -994805260223102976 994805272659214336 -994805260223102976 994805272021680128 -994805260223102976 994805271455449088 -994805260223102976 994805270914383872 -994805260223102976 994805270356541440 -994805260223102976 994805269828059136 -994805260223102976 994805269312159744 -994805260223102976 994805268817231872 -994805260223102976 994805268334886912 -994805260223102976 994805267860930560 -994805260223102976 994805267416334336 -994805260223102976 994805266942377984 -994805260223102976 994805266514558976 -994805260223102976 994805266007048192 -994805260223102976 994805265579229184 -994805260223102976 994805265159798784 -994805260223102976 994805264706813952 -994805260223102976 994805264312549376 -994805260223102976 994805263964422144 -994805260223102976 994805263624683520 -994805260223102976 994805263297527808 -994805260223102976 994805262953594880 -994805260223102976 994805262622244864 -994805260223102976 994805262303477760 -994805260223102976 994805262018265088 -994805260223102976 994805261754023936 -994805260223102976 994805261493977088 -994805260223102976 994805261217153024 -994805260223102976 994805260990660608 -994805260223102976 994805260780945408 -994805260223102976 994805260583813120 -994805260223102976 994805260353126400 -994805260223102976 1038429065476579328 -994805260223102976 1038429191091781632 -994805260223102976 1038429286185074688 -994805260223102976 1038429385296453632 -994805260223102976 1038429484026175488 -994805260223102976 1071785664454127616 -994805260223102976 1071785779399028736 -994805260223102976 1071785884776722432 -994805260223102976 1071785997033074688 -994805260223102976 1071786104348536832 -994805260223102976 1478633632938655744 -994805260223102976 1478633729396088832 -994805260223102976 1478633798962888704 -994805260223102976 1478633879405998080 -994805260223102976 1478633948431106048 -994805260223102976 1478634052026146816 -994805260223102976 1478634116941389824 -994805260223102976 1478634171962896384 -994805260223102976 1478634235812786176 -994805260223102976 1478634321389170688 -994805260223102976 1478634404943273984 -994805260223102976 1478634461852217344 -994805260223102976 1478634527046828032 -994805260223102976 1478634605024231424 -994805260223102976 1478634682663895040 -994805342720868352 994805528788582400 -994805342720868352 994805526272000000 -994805342720868352 994805523835109376 -994805342720868352 994805521431773184 -994805342720868352 994805519074574336 -994805342720868352 994805516654460928 -994805342720868352 994805514284679168 -994805342720868352 994805511923286016 -994805342720868352 994805509540921344 -994805342720868352 994805507225665536 -994805342720868352 994805504927186944 -994805342720868352 994805502658068480 -994805342720868352 994805500414115840 -994805342720868352 994805498207911936 -994805342720868352 994805495863296000 -994805342720868352 994805493648703488 -994805342720868352 994805491530579968 -994805342720868352 994805489282433024 -994805342720868352 994805487143337984 -994805342720868352 994805485033603072 -994805342720868352 994805482919673856 -994805342720868352 994805480801550336 -994805342720868352 994805478658260992 -994805342720868352 994805476473028608 -994805342720868352 994805474338127872 -994805342720868352 994805472333250560 -994805342720868352 994805470349344768 -994805342720868352 994805468327690240 -994805342720868352 994805466364755968 -994805342720868352 994805464397627392 -994805342720868352 994805462535356416 -994805342720868352 994805460652113920 -994805342720868352 994805458722734080 -994805342720868352 994805456881434624 -994805342720868352 994805454989803520 -994805342720868352 994805453203030016 -994805342720868352 994805451374313472 -994805342720868352 994805449625288704 -994805342720868352 994805447855292416 -994805342720868352 994805446102073344 -994805342720868352 994805444361437184 -994805342720868352 994805442671132672 -994805342720868352 994805440976633856 -994805342720868352 994805439202443264 -994805342720868352 994805437411475456 -994805342720868352 994805435700199424 -994805342720868352 994805433955368960 -994805342720868352 994805432256675840 -994805342720868352 994805430595731456 -994805342720868352 994805429018673152 -994805342720868352 994805427332562944 -994805342720868352 994805425780670464 -994805342720868352 994805424153280512 -994805342720868352 994805422639136768 -994805342720868352 994805421066272768 -994805342720868352 994805419468242944 -994805342720868352 994805417945710592 -994805342720868352 994805416519647232 -994805342720868352 994805415005503488 -994805342720868352 994805413520719872 -994805342720868352 994805411985604608 -994805342720868352 994805410555346944 -994805342720868352 994805409175420928 -994805342720868352 994805407749357568 -994805342720868352 994805406352654336 -994805342720868352 994805404939173888 -994805342720868352 994805403651522560 -994805342720868352 994805402305150976 -994805342720868352 994805400954585088 -994805342720868352 994805399578853376 -994805342720868352 994805398257647616 -994805342720868352 994805396953219072 -994805342720868352 994805395707510784 -994805342720868352 994805394512134144 -994805342720868352 994805393241260032 -994805342720868352 994805392092020736 -994805342720868352 994805390896644096 -994805342720868352 994805389634158592 -994805342720868352 994805388447170560 -994805342720868352 994805387268571136 -994805342720868352 994805386161274880 -994805342720868352 994805385053978624 -994805342720868352 994805383929905152 -994805342720868352 994805382902300672 -994805342720868352 994805381845336064 -994805342720868352 994805380754817024 -994805342720868352 994805379664297984 -994805342720868352 994805378443755520 -994805342720868352 994805377432928256 -994805342720868352 994805376476626944 -994805342720868352 994805375457411072 -994805342720868352 994805374509498368 -994805342720868352 994805373582557184 -994805342720868352 994805372601090048 -994805342720868352 994805371602845696 -994805342720868352 994805370650738688 -994805342720868352 994805369774129152 -994805342720868352 994805368847187968 -994805342720868352 994805367987355648 -994805342720868352 994805367156883456 -994805342720868352 994805366343188480 -994805342720868352 994805365537882112 -994805342720868352 994805364711604224 -994805342720868352 994805363914686464 -994805342720868352 994805363117768704 -994805342720868352 994805362341822464 -994805342720868352 994805361586847744 -994805342720868352 994805360777347072 -994805342720868352 994805360043343872 -994805342720868352 994805359372255232 -994805342720868352 994805358663417856 -994805342720868352 994805357933608960 -994805342720868352 994805357258326016 -994805342720868352 994805356599820288 -994805342720868352 994805355987451904 -994805342720868352 994805355358306304 -994805342720868352 994805354762715136 -994805342720868352 994805354108403712 -994805342720868352 994805353470869504 -994805342720868352 994805352925609984 -994805342720868352 994805352359378944 -994805342720868352 994805351814119424 -994805342720868352 994805351302414336 -994805342720868352 994805350803292160 -994805342720868352 994805350316752896 -994805342720868352 994805349851185152 -994805342720868352 994805349394006016 -994805342720868352 994805348915855360 -994805342720868352 994805348471259136 -994805342720868352 994805347921805312 -994805342720868352 994805347523346432 -994805342720868352 994805347145859072 -994805342720868352 994805346776760320 -994805342720868352 994805346428633088 -994805342720868352 994805346063728640 -994805342720868352 994805345732378624 -994805342720868352 994805345401028608 -994805342720868352 994805345078067200 -994805342720868352 994805344776077312 -994805342720868352 994805344490864640 -994805342720868352 994805344222429184 -994805342720868352 994805343979159552 -994805342720868352 994805343727501312 -994805342720868352 994805343463260160 -994805342720868352 994805343236767744 -994805342720868352 994805343043829760 -994805342720868352 994805342821531648 -994805342720868352 1038429808099098624 -994805342720868352 1038429908921778176 -994805342720868352 1038430013544464384 -994805342720868352 1038430130011897856 -994805342720868352 1071785055080476672 -994805342720868352 1071785190929788928 -994805342720868352 1071785301894295552 -994805342720868352 1071785408849047552 -994805342720868352 1478634912848322560 -994805342720868352 1478634991737962496 -994805342720868352 1478635060278108160 -994805342720868352 1478635126488367104 -994805342720868352 1478635415925800960 -994805342720868352 1478635524918910976 -994805342720868352 1478635599577522176 -994805342720868352 1478635670373253120 -994805342720868352 1478635767601967104 -994805342720868352 1478635841315209216 -994805342720868352 1478635919459287040 -994805342720868352 1478636026017230848 -1111652100718116864 1163035698160459776 -1111652100718116864 1163035698160459777 -1111652100718116864 1163035698160459778 -1111652100718116864 1163035698160459779 -1111652100718116864 1163035698160459781 -1111652100718116864 1163035698160459789 -1111652100718116864 1111653039147499521 -1111652100718116864 1111653039147499522 -1111652100718116864 1111653039147499520 -1111652100718116864 1111653447408467981 -1111652100718116864 1111653447408467968 +12 298 1229057428309680128 +12 299 1229058587619500032 +12 300 1229059852860661760 +12 301 1229060178611281920 +12 302 1229072862232715264 +12 303 1229209968657571840 +12 304 1229074108867944448 +12 305 1229074947430948864 +12 306 1229219768598536192 +12 307 1229309906892627968 +12 308 1258315229114839040 +12 309 1229230393806561280 +12 310 1258320549283278848 +12 311 1234355856145129472 +12 312 1258323261332828160 +12 313 1229227674878353408 +12 332 1258321336071794688 +12 333 1234344283238309888 +12 334 1258323692922515456 +12 335 1229229147867586560 +12 336 1229297685110202368 +12 338 1234320547936215040 +12 339 1229232639923462144 +12 342 1229228691699277824 +12 343 1229292419065061376 +12 349 1229289634831540224 +12 350 1229286021048573952 +12 351 1229241097376768000 +12 352 1229221575605362688 +12 353 1229220670852046848 +12 354 1229222393905684480 +12 355 1229075594247151616 +12 356 1229222579231006720 +12 357 1229225754591764480 +12 358 1229220237857267712 +12 359 1234325729042505728 +12 360 1234318399777284096 +12 361 1229286516022583296 +12 362 1229283547017388032 +12 363 1234316964540981248 +12 364 1346308166778171392 +12 365 1229262987348680704 +12 366 1229069030429827072 +12 237 1229622708572266496 +12 238 1229302214526509056 +12 249 1234326534940270592 +12 287 1234333714657583104 +12 295 1234330414973460480 +12 340 1234332924354240512 +12 345 1285862944380747776 +12 346 1234336875560574976 +12 347 1229301738322010112 +13 411 1261309123582255104 +13 412 1261309540575764480 +13 460 1261309943723876352 +13 461 1266338807428702208 +13 462 1378929784743591936 +13 463 1266337113118621696 +13 464 1612431979289780224 +13 465 1266339523631267840 +13 466 1611610510821621760 +13 469 1261981449462243328 +13 476 1392422531950026752 +13 541 1282969198690775040 +13 551 1266342261610004480 +13 549 1612438740231192576 +13 553 1261582979094044672 +13 554 1403725786108575744 +13 556 1261583613457350656 +13 542 1612443908544671744 +13 574 1611629912237244416 +13 575 1611622133581709312 +13 576 1611622355884056576 +13 582 1611634191941697536 +13 580 1611633613937246208 +13 581 1611634955644534784 +13 590 1611621138483093504 +13 591 1403723469816774656 +13 592 1392425500946866176 +13 593 1405889050115928064 +13 601 1392765824751853568 +13 602 1405885752583483392 +13 603 1405877107082784768 +13 604 1403730395229241344 +13 605 1261978626729205760 +13 608 1405883768593838080 +13 606 1261980495933358080 +13 609 1405880668243980288 +13 607 1403725195999363072 +13 252 1389076778904072192 +13 255 1389077139689713664 +13 256 1283011097836060672 +13 437 1405895261896929280 +13 441 1261696730380132352 +13 445 1405899726339305472 +13 446 1405905976145866752 +13 449 1405894205913788416 +13 509 1389097553925124096 +13 513 1405891915437961216 +13 525 1261698188244697088 +13 527 1261695746501271552 +13 528 1261689352611971072 +13 529 1261710381619109888 +13 543 1611636794221887488 +13 565 1261707497305292800 +13 586 1261704733095378944 +13 587 1261700498341511168 +13 588 1261700155939504128 +14 733 1552876806394064896 +14 734 1520263032435933184 +14 735 1146350731888726016 +14 736 1200411892277121024 +14 737 1620630135143890944 +14 738 1200415369749401600 +14 739 1200418522028904448 +14 740 1200419557074079744 +14 741 1519134340099915776 +14 742 1210778767360933888 +14 743 1166939173669269504 +14 744 1077158927527153664 +14 44932 1077155415711911936 +14 781 1570233557891239936 +14 782 1553738837816934400 +14 783 1555077069451890688 +14 784 1553737164432318464 +14 785 1614486212340285440 +14 786 1203519700246609920 +14 787 1203522576427663360 +14 788 1210816128111230976 +14 789 1362663239413227520 +14 790 1362664701530824704 +14 791 1215209695464009728 +14 792 1362666307403997184 +14 793 1406094516561567744 +14 794 1210815546256408576 +14 795 1406101325397454848 +14 796 1429486866454130688 +14 797 1434836305496154112 +14 798 1451143282390622208 +14 799 1431820924522119168 +14 800 1410224428492918784 +14 801 1406103408775360512 +14 802 1514230847044493312 +14 803 1553999397091516416 +14 804 1259142883258839040 +14 805 1210814249906094080 +14 806 1210811624519606272 +14 807 1406095644250529792 +14 808 1614484768295714816 +14 809 1520263135162826752 +14 810 1406105115638984704 +14 811 1202022477934694400 +14 812 1210830996537581568 +14 813 1363003085948280832 +14 814 1410234485246922752 +14 815 1406124855224885248 +14 816 1515211644370919424 +14 2990 1514222683850776576 +14 3006 1210822129745371137 +15 724 1563000804443467776 +15 725 1200583306414198784 +15 726 1200584065331564544 +15 727 1200585522067869696 +15 728 1205088242456739840 +15 729 1205342636754485248 +15 730 1518531733829275648 +15 731 1552190180181385216 +15 732 1205036514755624960 +15 923 1204975434847109120 +15 925 1204966180752867328 +15 927 1616022809686544384 +15 709 1546828283428700160 +15 710 1620088940667822080 +15 711 1223424352090980352 +15 712 1614199920704364544 +15 713 1223263553171095552 +15 714 1369593612940435456 +15 715 1304092340311015424 +15 716 1240518200123580416 +15 717 1240292674905694208 +15 718 1597468408088895488 +15 719 1518793540031746048 +15 720 1620080039184523264 +15 721 1620074270414307328 +15 722 1231618285937893376 +15 723 1223439001331040256 +15 820 1240564585149620224 +15 821 1515214979392557056 +15 825 1259531980817215488 +15 826 1223441618840977408 +15 827 1518427036720119808 +15 836 1230881509069824000 +15 837 1223469940065042432 +15 838 1223157324197265408 +15 839 1244482713986580480 +15 840 1239892081934458880 +15 841 1223188481748107264 +15 842 1515965125126168576 +15 843 1518907742297829376 +15 856 1510455456262144000 +15 857 1515567245506367488 +15 858 1518139865082466304 +15 859 1451148391291768832 +15 860 1239888529317027840 +15 861 1515543381836308480 +15 862 1515250417205157888 +15 863 1515240045836214272 +15 864 1226900193261395968 +15 865 1513778397645119488 +15 866 1259759622141153280 +15 867 1518203159365390336 +15 888 1264915519750029312 +15 889 1245013106724749312 +15 890 1264905033583190016 +15 891 1513800761119842304 +15 892 1246049608518909952 +15 893 1423607924449677312 +15 894 1253932231565152256 +15 895 1518861333242576896 +15 896 1244478003909017600 +15 897 1246078283763204096 +15 2992 1253929975214149632 +15 2999 1246060664377098240 +15 3001 1612747679615123456 +16 696 1110125880540934144 +16 697 1110146779952459776 +16 698 1283373521969807360 +16 699 1110161498964766720 +16 700 1283761717740240896 +16 701 1217713094440083456 +16 702 1217745325279752192 +16 703 1283364512336379904 +16 704 1283768369608589312 +16 706 1217735197075791872 +16 707 1217788761290661888 +16 708 1266981196350636032 +16 962 1266987388741369856 +16 1046 1217836240308613120 +16 1085 1217708568056246272 +16 1086 1217794882780868608 +16 663 1276493386377256960 +16 664 1276498588505407488 +16 665 1276503783914274816 +16 666 1272855919107117056 +16 667 1276507738807394304 +16 668 1276832356533460992 +16 669 1276838876935544832 +16 670 1272863913542815744 +16 674 1279937076890361856 +16 675 1284727149133496320 +16 676 1284519454367481856 +16 678 1553280155970871296 +16 682 1283776782992343040 +16 683 1283784213227044864 +16 689 1276842229778284544 +17 260 1548249194547617792 +17 261 1546832737804709888 +17 262 1617895950318788608 +17 263 1166354429273403392 +17 264 1616840925328924672 +434 965458856133562368 1563000629192867840 +434 965573204499779584 1368121701156872192 +434 5726 1368123215485165568 +434 5803 1368137331629187072 +434 5804 1368139757618814976 +434 5806 1368142015270051840 +434 966247795744329728 1368147230371176448 +434 966235055998885888 1228349137430519808 +434 6085 1368181794552504320 +434 6096 1368190963137470464 +434 6098 1228344803544276992 +434 6178 1228156332871524352 +434 6182 1368197316337819648 +434 6222 1368206345055330304 +434 6472 1368126943286091776 +434 6475 1228342116782186496 +434 5404 1368389902914641920 +434 5405 1368395210974126080 +434 5653 1368396622567137280 +434 5654 1368401684626497536 +434 5811 1369479806369226752 +434 5860 1368484689059602432 +434 5865 1369588296643338240 +434 5869 1519126675604934656 +434 5891 1368505838527143936 +434 5892 1519109816872644608 +434 5893 1519109616997273600 +434 6101 1368508096451010560 +434 6103 1368565984821338112 +434 6104 1368511985472593920 +434 6180 1368551605111447552 +434 6259 1398563745017020416 +434 6476 1563127266437804032 +434 6477 1368512636789284864 +434 6495 1618582815430639616 +434 6516 1618896093809709056 +434 6541 1519109700593954816 +434 6544 1554417394309992448 +434 6542 1554672154598604800 +91827364500 91827364500 1165994624297955328 +91827364500 91827364577 1618875536246530048 +91827364500 91827370500 1223146270293622784 +91827364500 91827370501 1223138043858386944 +988034414048743424 988038293285015552 1246437397995503616 +988034414048743424 988038562512924672 1246991207776174080 +988034414048743424 988039902048034816 1246987115481841664 +988034414048743424 988036281675845632 1398280760937865216 +988034414048743424 988036689915572224 1417330192035180544 +994805046380707840 994805147132084224 1555076686486769664 +994805046380707840 994805145370476544 1548979242930184192 +994805046380707840 994805143738892288 1553942200974213120 +994805046380707840 994805142086336512 1175928765127053312 +994805046380707840 994805140211482624 1381112840392364032 +994805046380707840 994805138600869888 1520037211876143104 +994805046380707840 994805136889593856 1553933745307688960 +994805046380707840 994805135224455168 1381425566365085696 +994805046380707840 994805133597065216 1216627518576930816 +994805046380707840 994805132040978432 1381426255543762944 +994805046380707840 994805130426171392 1216638355874131968 +994805046380707840 994805128870084608 1381427135944945664 +994805046380707840 994805127389495296 1365991004631818240 +994805046380707840 994805125929877504 1224525097473277952 +994805046380707840 994805124398956544 1549791070367154176 +994805046380707840 994805122985476096 1383338192560652288 +994805046380707840 994805121500692480 1383341749168599040 +994805046380707840 994805119944605696 1383343656926801920 +994805046380707840 994805118568873984 1383347761778880512 +994805046380707840 994805117167976448 1383352300773244928 +994805046380707840 994805115792244736 1224525381989695488 +994805046380707840 994805114445873152 1383355911855079424 +994805046380707840 994805113036587008 1383357335468965888 +994805046380707840 994805111694409728 1365991897402007552 +994805046380707840 994805110318678016 1383364037329223680 +994805046380707840 994805108934557696 1144133620202246144 +994805046380707840 994805107638517760 1383367312145317888 +994805046380707840 994805106325700608 1619716621055266816 +994805046380707840 994805104983523328 1383773196075859968 +994805046380707840 994805103557459968 1383779231028256768 +994805046380707840 994805102173339648 1383781692271009792 +994805046380707840 994805100684361728 1383990445793542144 +994805046380707840 994805099426070528 1216637190084096000 +994805046380707840 994805098188750848 1383991823374942208 +994805046380707840 994805097018540032 1383993154336653312 +994805046380707840 994805095676362752 1216639103118725120 +994805046380707840 994805094485180416 1384055207676018688 +994805046380707840 994805093038145536 1384479031827562496 +994805046380707840 994805091888906240 1384484761158746112 +994805046380707840 994805090748055552 1384486274274885632 +994805046380707840 994805089657536512 1224303446215229440 +994805046380707840 994805088529268736 1224525037150797824 +994805046380707840 994805087447138304 1224300303146418176 +994805046380707840 994805086365007872 1384489422032928768 +994805046380707840 994805085295460352 1285511804623454208 +994805046380707840 994805084284633088 1384493539052683264 +994805046380707840 994805083282194432 1216639884853104640 +994805046380707840 994805082313310208 1407318889763008512 +994805046380707840 994805081289900032 1434102812046639104 +994805046380707840 994805080346181632 1407326895138484224 +994805046380707840 994805079364714496 1385130894579138560 +994805046380707840 994805078400024576 1385131085310918656 +994805046380707840 994805077443723264 1385131959957520384 +994805046380707840 994805076512587776 1385178535279132672 +994805046380707840 994805075543703552 1407344028152066048 +994805046380707840 994805074646122496 1434105364398063616 +994805046380707840 1111914599408664576 1216638781994422272 +994805046380707840 1111914599408664577 1224308447570427904 +994805046380707840 1111914599412858880 1384053659902345216 +994805046380707840 1111914599412858881 1144132871305072640 +994805046380707840 1111914599412858882 1285559600332341248 +994805046380707840 1111914599412858883 1224303288521981952 +994805046380707840 1111914599412858884 1407330076014755840 +994805046380707840 1111914599412858885 1231885240875884544 +994805046380707840 1336215880692482048 1385137785623478272 +994805046380707840 1336215880692482049 1385137527480844288 +994805046380707840 1336215880692482050 1385148250147717120 +994805046380707840 1336215880692482051 1385179531040456704 +994805046380707840 1336215880692482052 1394628742259027968 +994805046380707840 1336215880692482053 1385182615179296768 +994805046380707840 1336215880692482054 1385172260147363840 +994805046380707840 1336215880692482055 1520033284380200960 +994805046380707840 1386335159927652352 1408084707896803328 +994805046380707840 1386335159927652353 1407330840291405824 +994805046380707840 1386335159927652354 1408086363099164672 +994805046380707840 1386335159927652355 1408087058212798464 +994805046380707840 1386335159927652356 1408088174585507840 +994805046380707840 1386335159927652357 1408091134182879232 +994805046380707840 1386335159927652358 1431430318201360384 +994805046380707840 1386335159927652359 1431434624379961344 +994805046380707840 1518580608921436160 1519857497307918336 +994805046380707840 1518581097939525632 1519858007410769920 +994805046380707840 1518581226784346112 1519872443198521344 +994805046380707840 1518581337161646080 1519880275302072320 +994805046380707840 1518581694528933888 1519979957466464256 +994805046380707840 1518581803354341376 1519981497971421184 +994805046380707840 1518581903422062592 1519991439189118976 +994805046380707840 1518582000729911296 1520048836897193984 +994805046380707840 994805073643683840 1285508642550251520 +994805046380707840 994805072641245184 1451351013949288448 +994805046380707840 994805071789801472 1224303159756849152 +994805046380707840 994805070971912192 1285558356964474880 +994805046380707840 994805070149828608 1431497129739468800 +994805046380707840 994805069361299456 1394252639216451584 +994805046380707840 994805068539215872 1477908134860345344 +994805046380707840 994805067704549376 1431493282493222912 +994805046380707840 994805066890854400 1285565464262934528 +994805046380707840 994805066135879680 1286676022206857216 +994805046380707840 994805065406070784 1285515258523746304 +994805046380707840 994805064676261888 1224320069085036544 +994805046380707840 994805063963230208 1520215363298562048 +994805046380707840 994805063166312448 1408994010896007168 +994805046380707840 994805062432309248 1408801251136307200 +994805046380707840 994805061769609216 1618895753513230336 +994805046380707840 994805061056577536 1384059779278635008 +994805046380707840 994805060372905984 1619187788736593920 +994805046380707840 994805059731177472 1286838222730604544 +994805046380707840 994805059118809088 1286670856172388352 +994805046380707840 994805058485469184 1286683870124617728 +994805046380707840 994805057860517888 1384057972909342720 +994805046380707840 994805057298481152 1286661097226551296 +994805046380707840 994805056736444416 1286226305224212480 +994805046380707840 994805056195379200 1269163802925084672 +994805046380707840 994805055679479808 1286229234624282624 +994805046380707840 994805055176163328 1285575863611883520 +994805046380707840 994805054698012672 1367705847147618304 +994805046380707840 1111914599412858886 1285588908505497600 +994805046380707840 1111914599412858887 1286639445805674496 +994805046380707840 1111914599412858888 1285569107267616768 +994805046380707840 1111914599412858889 1366706906268524544 +994805046380707840 1336215880692482056 1366917858087755776 +994805046380707840 1336215880692482057 1367020121510731776 +994805046380707840 1336215880692482058 1366951818809401344 +994805046380707840 1336215880692482059 1366019776605151232 +994805046380707840 1386335159927652360 1434120045745471488 +994805046380707840 1386335159927652361 1437739055627513856 +994805046380707840 1386335159927652362 1431804706792718336 +994805046380707840 1518582383141380096 1619157688884367360 +994805046380707840 994805053141925888 1286831018522755072 +994805046380707840 994805052626026496 1286827614807310336 +994805046380707840 994805049870368768 1431448204982665216 +994805046380707840 994805047903240192 1366298548671700992 +994805046380707840 1386335159927652365 1613070328459436032 +994805260223102976 994805325918486528 1617492855445221376 +994805260223102976 994805324509200384 1617494073630482432 +994805260223102976 994805323154440192 14916041 +994805260223102976 994805321640296448 1620961998429446144 +994805260223102976 994805320306507776 1067074055580463104 +994805260223102976 994805318855278592 1620696088863019008 +994805260223102976 994805317546655744 1560558562978631680 +994805260223102976 994805316250615808 1615246246963544064 +994805260223102976 994805314941992960 1554079559941578752 +994805260223102976 994805313708867584 14919582 +994805260223102976 994805312417021952 1560567309029486592 +994805260223102976 994805311146147840 1560616036066820096 +994805260223102976 994805309963354112 1114921264539774976 +994805260223102976 994805308755394560 1560643239680741376 +994805260223102976 994805307551629312 1149598514656870400 +994805260223102976 994805306310115328 14917569 +994805260223102976 994805305181847552 1157143114565304320 +994805260223102976 994805304020025344 1618267322681352192 +994805260223102976 994805302786899968 1346028344134926336 +994805260223102976 994805301562163200 1614192702428782592 +994805260223102976 994805300404535296 1548657629793579008 +994805260223102976 994805299301433344 1346066018120056832 +994805260223102976 994805298269634560 14915985 +994805260223102976 994805297229447168 1346076633341440000 +994805260223102976 994805296180871168 1346089564464558080 +994805260223102976 994805295203598336 1617375637063565312 +994805260223102976 994805294251491328 1153210889255550976 +994805260223102976 994805293282607104 1348610992146608128 +994805260223102976 994805292322111488 1185792720029839360 +994805260223102976 994805291311284224 1348642040121217024 +994805260223102976 994805290334011392 1147099175167234048 +994805260223102976 994805289432236032 14884804 +994805260223102976 994805288530460672 1348800892799090688 +994805260223102976 994805287624491008 1349615279547396096 +994805260223102976 994805286714327040 1349351877893595136 +994805260223102976 994805285812551680 1348804466572591104 +994805260223102976 994805284923359232 1348808470418665472 +994805260223102976 994805284092887040 14961102 +994805260223102976 994805283241443328 1348819251419910144 +994805260223102976 994805282389999616 1348969495875878912 +994805260223102976 994805281567916032 1185787787998097408 +994805260223102976 994805280817135616 14158725 +994805260223102976 994805280074743808 14963767 +994805260223102976 994805279328157696 1201867591481888768 +994805260223102976 994805278589960192 1213679765836124160 +994805260223102976 994805277847568384 1571137105072054272 +994805260223102976 994805277163896832 1203191383031042048 +994805260223102976 994805276438282240 1409516867938091008 +994805260223102976 994805275792359424 1202041082474729472 +994805260223102976 994805275146436608 1207152097450147840 +994805260223102976 994805274496319488 1215546807572885504 +994805260223102976 994805273883951104 1153325552509157376 +994805260223102976 994805273284165632 1214031472680095744 +994805260223102976 994805272659214336 1167420346233221120 +994805260223102976 994805272021680128 1215520787859910656 +994805260223102976 994805271455449088 1167451738581200896 +994805260223102976 994805270914383872 1193033037744771072 +994805260223102976 994805270356541440 1153190806756032512 +994805260223102976 994805269828059136 1167431551622541312 +994805260223102976 994805269312159744 1167444814624157696 +994805260223102976 994805268817231872 14921300 +994805260223102976 994805268334886912 1201767806078881792 +994805260223102976 994805267860930560 1214221232329584640 +994805260223102976 994805267416334336 14963999 +994805260223102976 994805266942377984 1174346222778961920 +994805260223102976 994805266514558976 1204372256824901632 +994805260223102976 994805266007048192 1378920388017848320 +994805260223102976 994805265579229184 1203179856383201280 +994805260223102976 994805265159798784 1202972803642757120 +994805260223102976 994805264706813952 1207535054140620800 +994805260223102976 994805264312549376 1206420689031151616 +994805260223102976 994805263964422144 14961868 +994805260223102976 994805263624683520 1215462057587912704 +994805260223102976 994805263297527808 1206412882072453120 +994805260223102976 994805262953594880 1617012128383459328 +994805260223102976 994805262622244864 1406565222655168512 +994805260223102976 994805262303477760 1617013000303771648 +994805260223102976 994805262018265088 1617013479540748288 +994805260223102976 994805261754023936 1617013990444724224 +994805260223102976 994805261493977088 1617014484043005952 +994805260223102976 994805261217153024 1165644713937182720 +994805260223102976 994805260990660608 1201136339321688064 +994805260223102976 994805260780945408 1617015323419705344 +994805260223102976 994805260583813120 1617102530780295168 +994805260223102976 994805260353126400 1149996743265386496 +994805260223102976 1038429065476579328 1406563947239325696 +994805260223102976 1038429191091781632 1406568822923948032 +994805260223102976 1038429286185074688 1206922207555633152 +994805260223102976 1038429385296453632 1215630458444697600 +994805260223102976 1038429484026175488 1193489239373058048 +994805260223102976 1071785664454127616 1406560336806768640 +994805260223102976 1071785779399028736 1358418530897559552 +994805260223102976 1071785884776722432 1406557119129677824 +994805260223102976 1071785997033074688 1358634364559491072 +994805260223102976 1071786104348536832 1358661296617488384 +994805260223102976 1478633632938655744 1483044240334209024 +994805260223102976 1478633729396088832 1480163828838031360 +994805260223102976 1478633798962888704 1480170125773107200 +994805260223102976 1478633879405998080 1480170469030752256 +994805260223102976 1478633948431106048 1480787047290753024 +994805260223102976 1478634052026146816 1480788177445900288 +994805260223102976 1478634116941389824 1480797541200420864 +994805260223102976 1478634171962896384 1482276054801567744 +994805260223102976 1478634235812786176 1482268944623071232 +994805260223102976 1478634321389170688 1482261327044071424 +994805260223102976 1478634404943273984 1482243928215642112 +994805260223102976 1478634461852217344 1614933104333119488 +994805260223102976 1478634527046828032 1482248511650254848 +994805260223102976 1478634605024231424 1589865345203089408 +994805260223102976 1478634682663895040 1482240244295389184 +994805342720868352 994805528788582400 1617690913298681856 +994805342720868352 994805526272000000 1408298419354181632 +994805342720868352 994805523835109376 1620698875470508032 +994805342720868352 994805521431773184 1092800128109314048 +994805342720868352 994805519074574336 14921481 +994805342720868352 994805516654460928 1409000723149746176 +994805342720868352 994805514284679168 1165391891979149312 +994805342720868352 994805511923286016 1153526171123613696 +994805342720868352 994805509540921344 1606213712967606272 +994805342720868352 994805507225665536 1056162052736045056 +994805342720868352 994805504927186944 1408997480067764224 +994805342720868352 994805502658068480 1149696489550807040 +994805342720868352 994805500414115840 1370260190237384704 +994805342720868352 994805498207911936 1168813619971584000 +994805342720868352 994805495863296000 1162026858665230336 +994805342720868352 994805493648703488 1151323406469201920 +994805342720868352 994805491530579968 1168913370759000064 +994805342720868352 994805489282433024 1168942033844006912 +994805342720868352 994805487143337984 1620073812861870080 +994805342720868352 994805485033603072 1102409098685407232 +994805342720868352 994805482919673856 1163818688696303616 +994805342720868352 994805480801550336 1161951676764274688 +994805342720868352 994805478658260992 1164498070781140992 +994805342720868352 994805476473028608 1168113880158400512 +994805342720868352 994805474338127872 1056138159996555264 +994805342720868352 994805472333250560 1547040853263609856 +994805342720868352 994805470349344768 1164508599776026624 +994805342720868352 994805468327690240 1143905255390220288 +994805342720868352 994805466364755968 1169154442110136320 +994805342720868352 994805464397627392 1166667139823398912 +994805342720868352 994805462535356416 14133284 +994805342720868352 994805460652113920 1156958430958993408 +994805342720868352 994805458722734080 1169555103628881920 +994805342720868352 994805456881434624 1163465791525634048 +994805342720868352 994805454989803520 1414542593406107648 +994805342720868352 994805453203030016 1409006869340225536 +994805342720868352 994805451374313472 1186083547012624384 +994805342720868352 994805449625288704 1168153196184170496 +994805342720868352 994805447855292416 1169812159766163456 +994805342720868352 994805446102073344 1370743137138728960 +994805342720868352 994805444361437184 1164516204506357760 +994805342720868352 994805442671132672 1616840258946297856 +994805342720868352 994805440976633856 1107312553555607552 +994805342720868352 994805439202443264 1224905749427396608 +994805342720868352 994805437411475456 1225662940564430848 +994805342720868352 994805435700199424 1407698392541839360 +994805342720868352 994805433955368960 1169820448058994688 +994805342720868352 994805432256675840 1409818456363130880 +994805342720868352 994805430595731456 1371308499367882752 +994805342720868352 994805429018673152 1164773181853638656 +994805342720868352 994805427332562944 1213063320609607680 +994805342720868352 994805425780670464 1345582352730226688 +994805342720868352 994805424153280512 1345591440188977152 +994805342720868352 994805422639136768 1164768821018992640 +994805342720868352 994805421066272768 1222707892423098368 +994805342720868352 994805419468242944 1168751079866462208 +994805342720868352 994805417945710592 1208998103091748864 +994805342720868352 994805416519647232 1164815334365569024 +994805342720868352 994805415005503488 1345285183380992000 +994805342720868352 994805413520719872 1169511576878411776 +994805342720868352 994805411985604608 1147391330129580032 +994805342720868352 994805410555346944 1149598282082713600 +994805342720868352 994805409175420928 1223544539637219328 +994805342720868352 994805407749357568 1107711747902914560 +994805342720868352 994805406352654336 1408293852600135680 +994805342720868352 994805404939173888 1111536035530973184 +994805342720868352 994805403651522560 1553279401902120960 +994805342720868352 994805402305150976 1404324567618473984 +994805342720868352 994805400954585088 1164808122285006848 +994805342720868352 994805399578853376 1166537672538943488 +994805342720868352 994805398257647616 1222328725764440064 +994805342720868352 994805396953219072 1166733344777138176 +994805342720868352 994805395707510784 1372488100517638144 +994805342720868352 994805394512134144 1189065952547794944 +994805342720868352 994805393241260032 1202876238055936000 +994805342720868352 994805392092020736 1372500560519753728 +994805342720868352 994805390896644096 1431174462364729344 +994805342720868352 994805389634158592 1343399274838384640 +994805342720868352 994805388447170560 1161647651682533376 +994805342720868352 994805387268571136 1226887469278175232 +994805342720868352 994805386161274880 1346324928278114304 +994805342720868352 994805385053978624 1348125859542007808 +994805342720868352 994805383929905152 1185836362366939136 +994805342720868352 994805382902300672 1185792888372424704 +994805342720868352 994805381845336064 1169598842132983808 +994805342720868352 994805380754817024 1161603006667702272 +994805342720868352 994805379664297984 1167096288341880832 +994805342720868352 994805378443755520 1202879563107209216 +994805342720868352 994805377432928256 1590598600806174720 +994805342720868352 994805376476626944 1161672699529150464 +994805342720868352 994805375457411072 1169926457616199680 +994805342720868352 994805374509498368 1166367916884193280 +994805342720868352 994805373582557184 1169494245154451456 +994805342720868352 994805372601090048 1161679950813872128 +994805342720868352 994805371602845696 1221645968650403840 +994805342720868352 994805370650738688 1222442118827606016 +994805342720868352 994805369774129152 1372491953669533696 +994805342720868352 994805368847187968 1170221753566982144 +994805342720868352 994805367987355648 1108386429014622208 +994805342720868352 994805367156883456 1161491651503603712 +994805342720868352 994805366343188480 1213685105646489600 +994805342720868352 994805365537882112 1161259166769364992 +994805342720868352 994805364711604224 1370733340533383168 +994805342720868352 994805363914686464 1213340033939795968 +994805342720868352 994805363117768704 1216373876221407232 +994805342720868352 994805362341822464 1161818785078067200 +994805342720868352 994805361586847744 1369972369962393600 +994805342720868352 994805360777347072 1614842685494624256 +994805342720868352 994805360043343872 1222098716919463936 +994805342720868352 994805359372255232 1108723599575334912 +994805342720868352 994805358663417856 1218381896483954688 +994805342720868352 994805357933608960 1218450532779241472 +994805342720868352 994805357258326016 1222365358584889344 +994805342720868352 994805356599820288 1477908177541582848 +994805342720868352 994805355987451904 1221449637642240000 +994805342720868352 994805355358306304 1222088792365727744 +994805342720868352 994805354762715136 1221427096236195840 +994805342720868352 994805354108403712 1617448818398957568 +994805342720868352 994805353470869504 1221330059540955136 +994805342720868352 994805352925609984 1161322076631744512 +994805342720868352 994805352359378944 1213329948714856448 +994805342720868352 994805351814119424 1221411498718527488 +994805342720868352 994805351302414336 1166614119915941888 +994805342720868352 994805350803292160 1211981188313530368 +994805342720868352 994805350316752896 1211983518861770752 +994805342720868352 994805349851185152 1211999755524259840 +994805342720868352 994805349394006016 1365313341764231168 +994805342720868352 994805348915855360 1221274265235619840 +994805342720868352 994805348471259136 1221267560149942272 +994805342720868352 994805347921805312 1220978420288192512 +994805342720868352 994805347523346432 1221238919273775104 +994805342720868352 994805347145859072 1618834205897887744 +994805342720868352 994805346776760320 1211156061581975552 +994805342720868352 994805346428633088 1211266693446385664 +994805342720868352 994805346063728640 1115607842996105216 +994805342720868352 994805345732378624 1176045455332593664 +994805342720868352 994805345401028608 1220611532592906240 +994805342720868352 994805345078067200 1364784476566413312 +994805342720868352 994805344776077312 1364777109082693632 +994805342720868352 994805344490864640 1363843916389244928 +994805342720868352 994805344222429184 1363838199821328384 +994805342720868352 994805343979159552 1364829659534286848 +994805342720868352 994805343727501312 1112368083589550080 +994805342720868352 994805343463260160 1364829155798376448 +994805342720868352 994805343236767744 1212968021769728000 +994805342720868352 994805343043829760 1363743413743476736 +994805342720868352 994805342821531648 1363730511967903744 +994805342720868352 1038429808099098624 1215974283201597440 +994805342720868352 1038429908921778176 1362235699091562496 +994805342720868352 1038430013544464384 1362230871049199616 +994805342720868352 1038430130011897856 1361886750384152576 +994805342720868352 1071785055080476672 1614924818405888000 +994805342720868352 1071785190929788928 1181949261447458816 +994805342720868352 1071785301894295552 1361605649036042240 +994805342720868352 1071785408849047552 1170298268749099008 +994805342720868352 1478634912848322560 1479038190408159232 +994805342720868352 1478634991737962496 1479040249849106432 +994805342720868352 1478635060278108160 1513856924024807424 +994805342720868352 1478635126488367104 1479040701602328576 +994805342720868352 1478635415925800960 1479039110021894144 +994805342720868352 1478635524918910976 1479039641016586240 +994805342720868352 1478635599577522176 1479040014474670080 +994805342720868352 1478635670373253120 1479040129053151232 +994805342720868352 1478635767601967104 1479041296420229120 +994805342720868352 1478635841315209216 1479041041268199424 +994805342720868352 1478635919459287040 1479041128002347008 +994805342720868352 1478636026017230848 1479046915270766592 +1111652100718116864 1163035698160459776 1390231910727696384 +1111652100718116864 1163035698160459777 1263728196974821376 +1111652100718116864 1163035698160459778 1390232728344346624 +1111652100718116864 1163035698160459779 1390236765458415616 +1111652100718116864 1163035698160459781 1390243203484409856 +1111652100718116864 1163035698160459789 1390245510846496768 +1111652100718116864 1111653039147499521 1390245985490714624 +1111652100718116864 1111653039147499522 1390886598498856960 +1111652100718116864 1111653039147499520 1390886680161955840 +1111652100718116864 1111653447408467981 1390887265498050560 +1111652100718116864 1111653447408467968 1390890018346573824 diff --git "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-1 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-1 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" index 90aa0da..25a51d9 100644 --- "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-1 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" +++ "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-1 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/17/problems/260 +// https://pintia.cn/problem-sets/17/exam/problems/260 #include #include int main() { diff --git "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-2 \347\264\240\346\225\260\345\257\271\347\214\234\346\203\263.cpp" "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-2 \347\264\240\346\225\260\345\257\271\347\214\234\346\203\263.cpp" index e73ed9f..3fa7957 100644 --- "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-2 \347\264\240\346\225\260\345\257\271\347\214\234\346\203\263.cpp" +++ "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-2 \347\264\240\346\225\260\345\257\271\347\214\234\346\203\263.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/17/problems/261 +// https://pintia.cn/problem-sets/17/exam/problems/261 #include bool isPrime(int x) { if (x <= 1) return false; diff --git "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-3 \346\225\260\347\273\204\345\205\203\347\264\240\345\276\252\347\216\257\345\217\263\347\247\273\351\227\256\351\242\230.cpp" "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-3 \346\225\260\347\273\204\345\205\203\347\264\240\345\276\252\347\216\257\345\217\263\347\247\273\351\227\256\351\242\230.cpp" index b5f36ea..1b766e0 100644 --- "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-3 \346\225\260\347\273\204\345\205\203\347\264\240\345\276\252\347\216\257\345\217\263\347\247\273\351\227\256\351\242\230.cpp" +++ "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-3 \346\225\260\347\273\204\345\205\203\347\264\240\345\276\252\347\216\257\345\217\263\347\247\273\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/17/problems/262 +// https://pintia.cn/problem-sets/17/exam/problems/262 #include using namespace std; int main() { diff --git "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-4 Have Fun with Numbers.cpp" "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-4 Have Fun with Numbers.cpp" index a639d82..93d04c9 100644 --- "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-4 Have Fun with Numbers.cpp" +++ "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-4 Have Fun with Numbers.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/17/problems/263 +// https://pintia.cn/problem-sets/17/exam/problems/263 #include #include const int maxn = 25; diff --git "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-5 Shuffling Machine.cpp" "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-5 Shuffling Machine.cpp" index a5fe342..1289795 100644 --- "a/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-5 Shuffling Machine.cpp" +++ "b/\344\270\255\345\233\275\345\244\247\345\255\246MOOC_\351\231\210\350\266\212_\344\275\225\351\222\246\351\223\255_\346\225\260\346\215\256\347\273\223\346\236\204_\350\265\267\346\255\245\350\203\275\345\212\233\350\207\252\346\265\213\351\242\230/\347\274\226\347\250\213\351\242\230/\350\207\252\346\265\213-5 Shuffling Machine.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/17/problems/264 +// https://pintia.cn/problem-sets/17/exam/problems/264 #include using namespace std; const int N = 55; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/README.md" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/README.md" index 75b3e0c..fe7793f 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/README.md" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/README.md" @@ -1,5 +1,5 @@ -## 编程题 (131/165) +## 编程题 (133/165) - [L1-001. Hello World](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L1-001%20Hello%20World.cpp) - [L1-002. 打印沙漏](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L1-002%20%E6%89%93%E5%8D%B0%E6%B2%99%E6%BC%8F.cpp) @@ -106,6 +106,7 @@ - [L2-015. 互评成绩](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-015%20%E4%BA%92%E8%AF%84%E6%88%90%E7%BB%A9.cpp) - [L2-016. 愿天下有情人都是失散多年的兄妹](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-016%20%E6%84%BF%E5%A4%A9%E4%B8%8B%E6%9C%89%E6%83%85%E4%BA%BA%E9%83%BD%E6%98%AF%E5%A4%B1%E6%95%A3%E5%A4%9A%E5%B9%B4%E7%9A%84%E5%85%84%E5%A6%B9.cpp) - [L2-017. 人以群分](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-017%20%E4%BA%BA%E4%BB%A5%E7%BE%A4%E5%88%86.cpp) +- [L2-018. 多项式A除以B](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-018%20%E5%A4%9A%E9%A1%B9%E5%BC%8FA%E9%99%A4%E4%BB%A5B.cpp) - [L2-019. 悄悄关注](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-019%20%E6%82%84%E6%82%84%E5%85%B3%E6%B3%A8.cpp) - [L2-020. 功夫传人](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-020%20%E5%8A%9F%E5%A4%AB%E4%BC%A0%E4%BA%BA.cpp) - [L2-021. 点赞狂魔](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-021%20%E7%82%B9%E8%B5%9E%E7%8B%82%E9%AD%94.cpp) @@ -127,6 +128,7 @@ - [L2-037. 包装机](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-037%20%E5%8C%85%E8%A3%85%E6%9C%BA.cpp) - [L2-038. 病毒溯源](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-038%20%E7%97%85%E6%AF%92%E6%BA%AF%E6%BA%90.cpp) - [L2-039. 清点代码库](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-039%20%E6%B8%85%E7%82%B9%E4%BB%A3%E7%A0%81%E5%BA%93.cpp) +- [L2-042. 老板的作息表](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L2-042%20%E8%80%81%E6%9D%BF%E7%9A%84%E4%BD%9C%E6%81%AF%E8%A1%A8.cpp) - [L3-003. 社交集群](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L3-003%20%E7%A4%BE%E4%BA%A4%E9%9B%86%E7%BE%A4.cpp) - [L3-004. 肿瘤诊断](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L3-004%20%E8%82%BF%E7%98%A4%E8%AF%8A%E6%96%AD.cpp) - [L3-010. 是否完全二叉搜索树](https://github.com/jinzcdev/PTA/blob/main/%E5%9B%A2%E4%BD%93%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E5%A4%A9%E6%A2%AF%E8%B5%9B_%E7%BB%83%E4%B9%A0%E9%9B%86/%E7%BC%96%E7%A8%8B%E9%A2%98/L3-010%20%E6%98%AF%E5%90%A6%E5%AE%8C%E5%85%A8%E4%BA%8C%E5%8F%89%E6%90%9C%E7%B4%A2%E6%A0%91.cpp) diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-001 Hello World.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-001 Hello World.cpp" index a2c2a9e..fa6ec13 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-001 Hello World.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-001 Hello World.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805147132084224 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805147132084224 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-002 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-002 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" index bcff790..b3ecbb1 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-002 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-002 \346\211\223\345\215\260\346\262\231\346\274\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805145370476544 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805145370476544 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-003 \344\270\252\344\275\215\346\225\260\347\273\237\350\256\241.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-003 \344\270\252\344\275\215\346\225\260\347\273\237\350\256\241.cpp" index e6e27f3..eeadd75 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-003 \344\270\252\344\275\215\346\225\260\347\273\237\350\256\241.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-003 \344\270\252\344\275\215\346\225\260\347\273\237\350\256\241.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805143738892288 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805143738892288 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-004 \350\256\241\347\256\227\346\221\204\346\260\217\346\270\251\345\272\246.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-004 \350\256\241\347\256\227\346\221\204\346\260\217\346\270\251\345\272\246.cpp" index c3f8ee1..e3ad2a0 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-004 \350\256\241\347\256\227\346\221\204\346\260\217\346\270\251\345\272\246.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-004 \350\256\241\347\256\227\346\221\204\346\260\217\346\270\251\345\272\246.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805142086336512 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805142086336512 #include int main() { double a; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-005 \350\200\203\350\257\225\345\272\247\344\275\215\345\217\267.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-005 \350\200\203\350\257\225\345\272\247\344\275\215\345\217\267.cpp" index acf07e1..49ac2bf 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-005 \350\200\203\350\257\225\345\272\247\344\275\215\345\217\267.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-005 \350\200\203\350\257\225\345\272\247\344\275\215\345\217\267.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805140211482624 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805140211482624 #include using namespace std; struct node { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-006 \350\277\236\347\273\255\345\233\240\345\255\220.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-006 \350\277\236\347\273\255\345\233\240\345\255\220.cpp" index 1ec86fc..af7041f 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-006 \350\277\236\347\273\255\345\233\240\345\255\220.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-006 \350\277\236\347\273\255\345\233\240\345\255\220.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805138600869888 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805138600869888 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-007 \345\277\265\346\225\260\345\255\227.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-007 \345\277\265\346\225\260\345\255\227.cpp" index a437900..c496a08 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-007 \345\277\265\346\225\260\345\255\227.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-007 \345\277\265\346\225\260\345\255\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805136889593856 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805136889593856 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-008 \346\261\202\346\225\264\346\225\260\346\256\265\345\222\214.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-008 \346\261\202\346\225\264\346\225\260\346\256\265\345\222\214.cpp" index a8c82c1..d30eed5 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-008 \346\261\202\346\225\264\346\225\260\346\256\265\345\222\214.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-008 \346\261\202\346\225\264\346\225\260\346\256\265\345\222\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805135224455168 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805135224455168 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-009 N\344\270\252\346\225\260\346\261\202\345\222\214.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-009 N\344\270\252\346\225\260\346\261\202\345\222\214.cpp" index a3e9e9a..ae24354 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-009 N\344\270\252\346\225\260\346\261\202\345\222\214.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-009 N\344\270\252\346\225\260\346\261\202\345\222\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805133597065216 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805133597065216 #include using namespace std; long long gcd(long long a, long long b) { return b == 0 ? a : gcd(b, a % b); } diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-010 \346\257\224\350\276\203\345\244\247\345\260\217.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-010 \346\257\224\350\276\203\345\244\247\345\260\217.cpp" index 503201c..43d0c0a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-010 \346\257\224\350\276\203\345\244\247\345\260\217.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-010 \346\257\224\350\276\203\345\244\247\345\260\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805132040978432 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805132040978432 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-011 A-B.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-011 A-B.cpp" index e46e6f6..0375db0 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-011 A-B.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-011 A-B.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805130426171392 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805130426171392 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-012 \350\256\241\347\256\227\346\214\207\346\225\260.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-012 \350\256\241\347\256\227\346\214\207\346\225\260.cpp" index 1737228..4d1343a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-012 \350\256\241\347\256\227\346\214\207\346\225\260.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-012 \350\256\241\347\256\227\346\214\207\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805128870084608 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805128870084608 #include #include int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-013 \350\256\241\347\256\227\351\230\266\344\271\230\345\222\214.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-013 \350\256\241\347\256\227\351\230\266\344\271\230\345\222\214.cpp" index 325b4fa..80f8f87 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-013 \350\256\241\347\256\227\351\230\266\344\271\230\345\222\214.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-013 \350\256\241\347\256\227\351\230\266\344\271\230\345\222\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805127389495296 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805127389495296 #include int main() { int n, sum = 0, tmp = 1; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-014 \347\256\200\345\215\225\351\242\230.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-014 \347\256\200\345\215\225\351\242\230.py" index 42481c4..529db38 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-014 \347\256\200\345\215\225\351\242\230.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-014 \347\256\200\345\215\225\351\242\230.py" @@ -1,2 +1,2 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805125929877504 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805125929877504 print('This is a simple problem.') \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-015 \350\267\237\345\245\245\345\267\264\351\251\254\344\270\200\350\265\267\347\224\273\346\226\271\345\235\227.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-015 \350\267\237\345\245\245\345\267\264\351\251\254\344\270\200\350\265\267\347\224\273\346\226\271\345\235\227.cpp" index 27d17d8..744404a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-015 \350\267\237\345\245\245\345\267\264\351\251\254\344\270\200\350\265\267\347\224\273\346\226\271\345\235\227.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-015 \350\267\237\345\245\245\345\267\264\351\251\254\344\270\200\350\265\267\347\224\273\346\226\271\345\235\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805124398956544 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805124398956544 #include int main() { int n, numRow = 0; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-016 \346\237\245\351\252\214\350\272\253\344\273\275\350\257\201.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-016 \346\237\245\351\252\214\350\272\253\344\273\275\350\257\201.cpp" index 4a18b46..7fc5428 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-016 \346\237\245\351\252\214\350\272\253\344\273\275\350\257\201.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-016 \346\237\245\351\252\214\350\272\253\344\273\275\350\257\201.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805122985476096 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805122985476096 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-017 \345\210\260\345\272\225\346\234\211\345\244\232\344\272\214.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-017 \345\210\260\345\272\225\346\234\211\345\244\232\344\272\214.cpp" index 4b840c9..7b21e8d 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-017 \345\210\260\345\272\225\346\234\211\345\244\232\344\272\214.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-017 \345\210\260\345\272\225\346\234\211\345\244\232\344\272\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805121500692480 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805121500692480 #include using namespace std; bool ispos(string s, int a) { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-018 \345\244\247\347\254\250\351\222\237.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-018 \345\244\247\347\254\250\351\222\237.cpp" index 8920fb6..a84ad6d 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-018 \345\244\247\347\254\250\351\222\237.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-018 \345\244\247\347\254\250\351\222\237.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805119944605696 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805119944605696 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-019 \350\260\201\345\205\210\345\200\222.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-019 \350\260\201\345\205\210\345\200\222.cpp" index f5f20b5..d43ceac 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-019 \350\260\201\345\205\210\345\200\222.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-019 \350\260\201\345\205\210\345\200\222.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805118568873984 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805118568873984 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-020 \345\270\205\345\210\260\346\262\241\346\234\213\345\217\213.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-020 \345\270\205\345\210\260\346\262\241\346\234\213\345\217\213.cpp" index 8917569..c39977a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-020 \345\270\205\345\210\260\346\262\241\346\234\213\345\217\213.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-020 \345\270\205\345\210\260\346\262\241\346\234\213\345\217\213.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805117167976448 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805117167976448 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-021 \351\207\215\350\246\201\347\232\204\350\257\235\350\257\264\344\270\211\351\201\215.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-021 \351\207\215\350\246\201\347\232\204\350\257\235\350\257\264\344\270\211\351\201\215.py" index 958a3cf..ebed425 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-021 \351\207\215\350\246\201\347\232\204\350\257\235\350\257\264\344\270\211\351\201\215.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-021 \351\207\215\350\246\201\347\232\204\350\257\235\350\257\264\344\270\211\351\201\215.py" @@ -1,2 +1,2 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805115792244736 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805115792244736 print("I'm gonna WIN!\nI'm gonna WIN!\nI'm gonna WIN!") \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-022 \345\245\207\345\201\266\345\210\206\345\256\266.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-022 \345\245\207\345\201\266\345\210\206\345\256\266.cpp" index f0bc541..add62db 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-022 \345\245\207\345\201\266\345\210\206\345\256\266.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-022 \345\245\207\345\201\266\345\210\206\345\256\266.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805114445873152 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805114445873152 #include int main() { int n, a, cntOdd = 0; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-023 \350\276\223\345\207\272GPLT.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-023 \350\276\223\345\207\272GPLT.cpp" index 727ae76..138e75b 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-023 \350\276\223\345\207\272GPLT.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-023 \350\276\223\345\207\272GPLT.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805113036587008 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805113036587008 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-024 \345\220\216\345\244\251.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-024 \345\220\216\345\244\251.cpp" index a513910..04df037 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-024 \345\220\216\345\244\251.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-024 \345\220\216\345\244\251.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805111694409728 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805111694409728 #include int main() { int d; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-025 \346\255\243\346\225\264\346\225\260A+B.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-025 \346\255\243\346\225\264\346\225\260A+B.cpp" index 09c5cb5..8600b19 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-025 \346\255\243\346\225\264\346\225\260A+B.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-025 \346\255\243\346\225\264\346\225\260A+B.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805110318678016 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805110318678016 #include using namespace std; int convert(string a) { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-026 I Love GPLT.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-026 I Love GPLT.cpp" index a974410..1bdc271 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-026 I Love GPLT.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-026 I Love GPLT.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805108934557696 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805108934557696 #include #include diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-027 \345\207\272\347\247\237.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-027 \345\207\272\347\247\237.cpp" index 7db9cb5..9ff9dd3 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-027 \345\207\272\347\247\237.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-027 \345\207\272\347\247\237.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805107638517760 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805107638517760 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-028 \345\210\244\346\226\255\347\264\240\346\225\260.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-028 \345\210\244\346\226\255\347\264\240\346\225\260.cpp" index 993fa04..586a84a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-028 \345\210\244\346\226\255\347\264\240\346\225\260.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-028 \345\210\244\346\226\255\347\264\240\346\225\260.cpp" @@ -1,23 +1,20 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805106325700608 -#include -#include - -bool isPrime(int n){ - if(n <= 1) return false; +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805106325700608 +#include +using namespace std; +bool isPrime(int n) { + if (n <= 1) return false; int sqr = (int)sqrt(1.0 * n); - for(int i = 2; i <= sqr;i++){ - if(n % i == 0) return false; - } + for (int i = 2; i <= sqr; i++) + if (n % i == 0) return false; return true; } -int main(){ - int n,k; - scanf("%d",&n); - while(n--){ - scanf("%d",&k); - if(isPrime(k)) printf("Yes\n"); - else printf("No\n"); +int main() { + int n, k; + scanf("%d", &n); + while (n--) { + scanf("%d", &k); + printf("%s\n", isPrime(k) ? "Yes" : "No"); } return 0; } \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-029 \346\230\257\344\270\215\346\230\257\345\244\252\350\203\226\344\272\206.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-029 \346\230\257\344\270\215\346\230\257\345\244\252\350\203\226\344\272\206.cpp" index 01333be..d7ff032 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-029 \346\230\257\344\270\215\346\230\257\345\244\252\350\203\226\344\272\206.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-029 \346\230\257\344\270\215\346\230\257\345\244\252\350\203\226\344\272\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805104983523328 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805104983523328 #include int main() { int a; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-030 \344\270\200\345\270\256\344\270\200.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-030 \344\270\200\345\270\256\344\270\200.cpp" index 90a3d99..b8e288f 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-030 \344\270\200\345\270\256\344\270\200.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-030 \344\270\200\345\270\256\344\270\200.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805103557459968 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805103557459968 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-031 \345\210\260\345\272\225\346\230\257\344\270\215\346\230\257\345\244\252\350\203\226\344\272\206.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-031 \345\210\260\345\272\225\346\230\257\344\270\215\346\230\257\345\244\252\350\203\226\344\272\206.cpp" index ad75ca7..b4c7527 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-031 \345\210\260\345\272\225\346\230\257\344\270\215\346\230\257\345\244\252\350\203\226\344\272\206.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-031 \345\210\260\345\272\225\346\230\257\344\270\215\346\230\257\345\244\252\350\203\226\344\272\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805102173339648 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805102173339648 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-032 Left-pad.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-032 Left-pad.cpp" index 36f0ec6..916ef36 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-032 Left-pad.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-032 Left-pad.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805100684361728 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805100684361728 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-033 \345\207\272\347\224\237\345\271\264.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-033 \345\207\272\347\224\237\345\271\264.cpp" index 687658b..1e30d26 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-033 \345\207\272\347\224\237\345\271\264.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-033 \345\207\272\347\224\237\345\271\264.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805099426070528 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805099426070528 #include int main() { int year, n, age = 0; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-034 \347\202\271\350\265\236.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-034 \347\202\271\350\265\236.cpp" index cea3538..aa11aae 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-034 \347\202\271\350\265\236.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-034 \347\202\271\350\265\236.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805098188750848 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805098188750848 #include using namespace std; const int N = 1010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-035 \346\203\205\344\272\272\350\212\202.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-035 \346\203\205\344\272\272\350\212\202.cpp" index 537fb31..a8589b2 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-035 \346\203\205\344\272\272\350\212\202.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-035 \346\203\205\344\272\272\350\212\202.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805097018540032 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805097018540032 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-036 A\344\271\230\344\273\245B.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-036 A\344\271\230\344\273\245B.py" index 520e91f..308257e 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-036 A\344\271\230\344\273\245B.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-036 A\344\271\230\344\273\245B.py" @@ -1,3 +1,3 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805095676362752 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805095676362752 a, b = map(int, input().split()) print(a * b) \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-037 A\351\231\244\344\273\245B.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-037 A\351\231\244\344\273\245B.cpp" index 4e436a4..5bbbdfb 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-037 A\351\231\244\344\273\245B.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-037 A\351\231\244\344\273\245B.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805094485180416 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805094485180416 #include int main() { int a, b; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-038 \346\226\260\344\270\226\347\225\214.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-038 \346\226\260\344\270\226\347\225\214.py" index de30041..c91d44d 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-038 \346\226\260\344\270\226\347\225\214.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-038 \346\226\260\344\270\226\347\225\214.py" @@ -1,2 +1,2 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805093038145536 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805093038145536 print("Hello World\nHello New World") \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-039 \345\217\244\351\243\216\346\216\222\347\211\210.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-039 \345\217\244\351\243\216\346\216\222\347\211\210.cpp" index 3799b88..4b15dd2 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-039 \345\217\244\351\243\216\346\216\222\347\211\210.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-039 \345\217\244\351\243\216\346\216\222\347\211\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805091888906240 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805091888906240 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-040 \346\234\200\344\275\263\346\203\205\344\276\243\350\272\253\351\253\230\345\267\256.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-040 \346\234\200\344\275\263\346\203\205\344\276\243\350\272\253\351\253\230\345\267\256.cpp" index d9f6903..cdb9889 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-040 \346\234\200\344\275\263\346\203\205\344\276\243\350\272\253\351\253\230\345\267\256.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-040 \346\234\200\344\275\263\346\203\205\344\276\243\350\272\253\351\253\230\345\267\256.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805090748055552 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805090748055552 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-041 \345\257\273\346\211\276250.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-041 \345\257\273\346\211\276250.cpp" index d616cde..bd01e45 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-041 \345\257\273\346\211\276250.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-041 \345\257\273\346\211\276250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805089657536512 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805089657536512 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-042 \346\227\245\346\234\237\346\240\274\345\274\217\345\214\226.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-042 \346\227\245\346\234\237\346\240\274\345\274\217\345\214\226.py" index e2ca514..19e0fad 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-042 \346\227\245\346\234\237\346\240\274\345\274\217\345\214\226.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-042 \346\227\245\346\234\237\346\240\274\345\274\217\345\214\226.py" @@ -1,3 +1,3 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805088529268736 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805088529268736 a = input().split('-') print(a[-1] + '-' + a[0] + '-' + a[1]) \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-043 \351\230\205\350\247\210\345\256\244.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-043 \351\230\205\350\247\210\345\256\244.cpp" index 13f69c9..7ab150c 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-043 \351\230\205\350\247\210\345\256\244.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-043 \351\230\205\350\247\210\345\256\244.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805087447138304 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805087447138304 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-044 \347\250\263\350\265\242.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-044 \347\250\263\350\265\242.cpp" index 943c088..c618333 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-044 \347\250\263\350\265\242.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-044 \347\250\263\350\265\242.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805086365007872 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805086365007872 #include using namespace std; string win(string s) { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-045 \345\256\207\345\256\231\346\227\240\346\225\214\345\244\247\346\213\233\345\221\274.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-045 \345\256\207\345\256\231\346\227\240\346\225\214\345\244\247\346\213\233\345\221\274.py" index 8edd66c..450d6ca 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-045 \345\256\207\345\256\231\346\227\240\346\225\214\345\244\247\346\213\233\345\221\274.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-045 \345\256\207\345\256\231\346\227\240\346\225\214\345\244\247\346\213\233\345\221\274.py" @@ -1,3 +1,3 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805085295460352 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805085295460352 s = input() print("Hello %s" % s) \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-046 \346\225\264\351\231\244\345\205\211\346\243\215.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-046 \346\225\264\351\231\244\345\205\211\346\243\215.cpp" index 84bad78..b48f383 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-046 \346\225\264\351\231\244\345\205\211\346\243\215.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-046 \346\225\264\351\231\244\345\205\211\346\243\215.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805084284633088 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805084284633088 #include using namespace std; string divide(string a, int num) { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-047 \350\243\205\347\235\241.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-047 \350\243\205\347\235\241.cpp" index 2be9dce..1d2caaa 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-047 \350\243\205\347\235\241.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-047 \350\243\205\347\235\241.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805083282194432 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805083282194432 #include int main() { int n, hx, mb; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-048 \347\237\251\351\230\265A\344\271\230\344\273\245B.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-048 \347\237\251\351\230\265A\344\271\230\344\273\245B.cpp" index f1d2a33..523e70d 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-048 \347\237\251\351\230\265A\344\271\230\344\273\245B.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-048 \347\237\251\351\230\265A\344\271\230\344\273\245B.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805082313310208 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805082313310208 #include using namespace std; const int N = 110; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-049 \345\244\251\346\242\257\350\265\233\345\272\247\344\275\215\345\210\206\351\205\215.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-049 \345\244\251\346\242\257\350\265\233\345\272\247\344\275\215\345\210\206\351\205\215.py" index c8225a2..c386100 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-049 \345\244\251\346\242\257\350\265\233\345\272\247\344\275\215\345\210\206\351\205\215.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-049 \345\244\251\346\242\257\350\265\233\345\272\247\344\275\215\345\210\206\351\205\215.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805081289900032 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805081289900032 n = int(input()) a = [[] for i in range(n)] num = list(map(int, input().split())) diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-050 \345\200\222\346\225\260\347\254\254N\344\270\252\345\255\227\347\254\246\344\270\262.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-050 \345\200\222\346\225\260\347\254\254N\344\270\252\345\255\227\347\254\246\344\270\262.cpp" index 14ddc83..c995f1b 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-050 \345\200\222\346\225\260\347\254\254N\344\270\252\345\255\227\347\254\246\344\270\262.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-050 \345\200\222\346\225\260\347\254\254N\344\270\252\345\255\227\347\254\246\344\270\262.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805080346181632 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805080346181632 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-051 \346\211\223\346\212\230.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-051 \346\211\223\346\212\230.cpp" index e3e4977..06e0a08 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-051 \346\211\223\346\212\230.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-051 \346\211\223\346\212\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805079364714496 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805079364714496 #include int main() { int a, b; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-052 2018\346\210\221\344\273\254\350\246\201\350\265\242.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-052 2018\346\210\221\344\273\254\350\246\201\350\265\242.py" index 6b0c1b3..f3f7efa 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-052 2018\346\210\221\344\273\254\350\246\201\350\265\242.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-052 2018\346\210\221\344\273\254\350\246\201\350\265\242.py" @@ -1,3 +1,3 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805078400024576 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805078400024576 print "2018" print "wo3 men2 yao4 ying2 !" \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-053 \347\224\265\345\255\220\346\261\252.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-053 \347\224\265\345\255\220\346\261\252.py" index 3450dfc..bd584e2 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-053 \347\224\265\345\255\220\346\261\252.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-053 \347\224\265\345\255\220\346\261\252.py" @@ -1,3 +1,3 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805077443723264 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805077443723264 a, b = map(int,(input()).split()) print("Wang!" * (a + b)) \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-054 \347\246\217\345\210\260\344\272\206.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-054 \347\246\217\345\210\260\344\272\206.cpp" index e1ecc46..1efca3a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-054 \347\246\217\345\210\260\344\272\206.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-054 \347\246\217\345\210\260\344\272\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805076512587776 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805076512587776 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-055 \350\260\201\346\230\257\350\265\242\345\256\266.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-055 \350\260\201\346\230\257\350\265\242\345\256\266.py" index c22459c..50e131e 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-055 \350\260\201\346\230\257\350\265\242\345\256\266.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-055 \350\260\201\346\230\257\350\265\242\345\256\266.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805075543703552 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805075543703552 x, y = map(int, input().split()) s = input().split() cnta = s.count('0') diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-056 \347\214\234\346\225\260\345\255\227.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-056 \347\214\234\346\225\260\345\255\227.py" index bdbd980..2f6daed 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-056 \347\214\234\346\225\260\345\255\227.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-056 \347\214\234\346\225\260\345\255\227.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805074646122496 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805074646122496 n = int(input()) name, num = [], [] ans = -1 diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-057 PTA\344\275\277\346\210\221\347\262\276\347\245\236\347\204\225\345\217\221.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-057 PTA\344\275\277\346\210\221\347\262\276\347\245\236\347\204\225\345\217\221.py" index 34e3e1b..25629e2 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-057 PTA\344\275\277\346\210\221\347\262\276\347\245\236\347\204\225\345\217\221.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-057 PTA\344\275\277\346\210\221\347\262\276\347\245\236\347\204\225\345\217\221.py" @@ -1,2 +1,2 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1111914599408664576 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599408664576 print('PTA shi3 wo3 jing1 shen2 huan4 fa1 !') \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-058 6\347\277\273\344\272\206.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-058 6\347\277\273\344\272\206.cpp" index 97273e7..3c82833 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-058 6\347\277\273\344\272\206.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-058 6\347\277\273\344\272\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599408664577 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599408664577 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-059 \346\225\262\347\254\250\351\222\237.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-059 \346\225\262\347\254\250\351\222\237.cpp" index 84f9b0a..92292c3 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-059 \346\225\262\347\254\250\351\222\237.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-059 \346\225\262\347\254\250\351\222\237.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858880 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858880 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-060 \345\277\203\347\220\206\351\230\264\345\275\261\351\235\242\347\247\257.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-060 \345\277\203\347\220\206\351\230\264\345\275\261\351\235\242\347\247\257.cpp" index 1a5668c..ff2e622 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-060 \345\277\203\347\220\206\351\230\264\345\275\261\351\235\242\347\247\257.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-060 \345\277\203\347\220\206\351\230\264\345\275\261\351\235\242\347\247\257.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858881 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858881 #include const int len = 100; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-061 \346\226\260\350\203\226\345\255\220\345\205\254\345\274\217.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-061 \346\226\260\350\203\226\345\255\220\345\205\254\345\274\217.cpp" index ae6c92e..7154511 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-061 \346\226\260\350\203\226\345\255\220\345\205\254\345\274\217.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-061 \346\226\260\350\203\226\345\255\220\345\205\254\345\274\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858882 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858882 #include int main() { double a, b; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-062 \345\271\270\350\277\220\345\275\251\347\245\250.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-062 \345\271\270\350\277\220\345\275\251\347\245\250.cpp" index 840f5c7..aa87859 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-062 \345\271\270\350\277\220\345\275\251\347\245\250.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-062 \345\271\270\350\277\220\345\275\251\347\245\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/1146683407522816000/problems/1192048588307607552 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858883 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-063 \345\220\203\351\261\274\350\277\230\346\230\257\345\220\203\350\202\211.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-063 \345\220\203\351\261\274\350\277\230\346\230\257\345\220\203\350\202\211.cpp" index 44b76c3..b6a8ce9 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-063 \345\220\203\351\261\274\350\277\230\346\230\257\345\220\203\350\202\211.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-063 \345\220\203\351\261\274\350\277\230\346\230\257\345\220\203\350\202\211.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858884 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858884 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-064 \344\274\260\345\200\274\344\270\200\344\272\277\347\232\204AI\346\240\270\345\277\203\344\273\243\347\240\201.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-064 \344\274\260\345\200\274\344\270\200\344\272\277\347\232\204AI\346\240\270\345\277\203\344\273\243\347\240\201.cpp" index 2cac397..c38223f 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-064 \344\274\260\345\200\274\344\270\200\344\272\277\347\232\204AI\346\240\270\345\277\203\344\273\243\347\240\201.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-064 \344\274\260\345\200\274\344\270\200\344\272\277\347\232\204AI\346\240\270\345\277\203\344\273\243\347\240\201.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858885 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858885 #include using namespace std; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-065 \345\253\221\345\272\237\350\257\235\344\270\212\344\273\243\347\240\201.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-065 \345\253\221\345\272\237\350\257\235\344\270\212\344\273\243\347\240\201.py" index 066f51a..3b3e338 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-065 \345\253\221\345\272\237\350\257\235\344\270\212\344\273\243\347\240\201.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-065 \345\253\221\345\272\237\350\257\235\344\270\212\344\273\243\347\240\201.py" @@ -1,2 +1,2 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482048 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482048 print "Talk is cheap. Show me the code." \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-066 \347\214\253\346\230\257\346\266\262\344\275\223.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-066 \347\214\253\346\230\257\346\266\262\344\275\223.cpp" index f75adf9..75cce64 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-066 \347\214\253\346\230\257\346\266\262\344\275\223.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-066 \347\214\253\346\230\257\346\266\262\344\275\223.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482049 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482049 #include int main() { int a, b, c; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-067 \346\264\233\345\270\214\346\236\201\351\231\220.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-067 \346\264\233\345\270\214\346\236\201\351\231\220.cpp" index 4c9e709..41707c9 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-067 \346\264\233\345\270\214\346\236\201\351\231\220.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-067 \346\264\233\345\270\214\346\236\201\351\231\220.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482050 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482050 #include int main() { double a, b; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-068 \350\260\203\345\222\214\345\271\263\345\235\207.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-068 \350\260\203\345\222\214\345\271\263\345\235\207.cpp" index b255dca..015b80b 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-068 \350\260\203\345\222\214\345\271\263\345\235\207.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-068 \350\260\203\345\222\214\345\271\263\345\235\207.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482051 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482051 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-069 \350\203\216\345\216\213\347\233\221\346\265\213.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-069 \350\203\216\345\216\213\347\233\221\346\265\213.cpp" index 4a98d12..0169a78 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-069 \350\203\216\345\216\213\347\233\221\346\265\213.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-069 \350\203\216\345\216\213\347\233\221\346\265\213.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482052 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482052 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-070 \345\220\203\347\201\253\351\224\205.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-070 \345\220\203\347\201\253\351\224\205.cpp" index 5e4703b..f29b5f4 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-070 \345\220\203\347\201\253\351\224\205.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-070 \345\220\203\347\201\253\351\224\205.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482053 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482053 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-071 \345\211\215\344\270\226\346\241\243\346\241\210.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-071 \345\211\215\344\270\226\346\241\243\346\241\210.cpp" index fc80b5e..3f18b5a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-071 \345\211\215\344\270\226\346\241\243\346\241\210.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-071 \345\211\215\344\270\226\346\241\243\346\241\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482054 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482054 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-072 \345\210\256\345\210\256\345\275\251\347\245\250.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-072 \345\210\256\345\210\256\345\275\251\347\245\250.cpp" index 7bfb300..e4c123a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-072 \345\210\256\345\210\256\345\275\251\347\245\250.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-072 \345\210\256\345\210\256\345\275\251\347\245\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482055 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482055 #include using namespace std; int val[] = {10000, 36, 720, 360, 80, 252, 108, 72, 54, 180, diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-073 \344\272\272\344\270\216\347\245\236.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-073 \344\272\272\344\270\216\347\245\236.py" index ea25564..6241981 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-073 \344\272\272\344\270\216\347\245\236.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-073 \344\272\272\344\270\216\347\245\236.py" @@ -1,2 +1,2 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652352 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652352 print('To iterate is human, to recurse divine.') \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-074 \344\270\244\345\260\217\346\227\266\345\255\246\345\256\214C\350\257\255\350\250\200.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-074 \344\270\244\345\260\217\346\227\266\345\255\246\345\256\214C\350\257\255\350\250\200.py" index d6b0ed1..e130c21 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-074 \344\270\244\345\260\217\346\227\266\345\255\246\345\256\214C\350\257\255\350\250\200.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-074 \344\270\244\345\260\217\346\227\266\345\255\246\345\256\214C\350\257\255\350\250\200.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652353 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652353 n, m, k = map(int, input().split()) n -= m * k print('%d' % n if n >= 0 else 0) \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-075 \345\274\272\350\277\253\347\227\207.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-075 \345\274\272\350\277\253\347\227\207.py" index b2608d2..b3f177c 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-075 \345\274\272\350\277\253\347\227\207.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-075 \345\274\272\350\277\253\347\227\207.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652354 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652354 s = input() if len(s) == 6: print('%s-%s' % (s[:4], s[-2:])) diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-076 \351\231\215\344\273\267\346\217\220\351\206\222\346\234\272\345\231\250\344\272\272.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-076 \351\231\215\344\273\267\346\217\220\351\206\222\346\234\272\345\231\250\344\272\272.py" index 51b2059..e522469 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-076 \351\231\215\344\273\267\346\217\220\351\206\222\346\234\272\345\231\250\344\272\272.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-076 \351\231\215\344\273\267\346\217\220\351\206\222\346\234\272\345\231\250\344\272\272.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652355 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652355 n, p = map(int, input().split()) for _ in range(n): a = float(input()) diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-077 \345\244\247\347\254\250\351\222\237\347\232\204\345\277\203\346\203\205.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-077 \345\244\247\347\254\250\351\222\237\347\232\204\345\277\203\346\203\205.py" index 73141da..390a0d4 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-077 \345\244\247\347\254\250\351\222\237\347\232\204\345\277\203\346\203\205.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-077 \345\244\247\347\254\250\351\222\237\347\232\204\345\277\203\346\203\205.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652356 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652356 mood = list(map(int,input().split())) while True: h = int(input()) diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-078 \345\220\211\350\200\201\345\270\210\347\232\204\345\233\236\345\275\222.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-078 \345\220\211\350\200\201\345\270\210\347\232\204\345\233\236\345\275\222.py" index 431c282..29b6c2e 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-078 \345\220\211\350\200\201\345\270\210\347\232\204\345\233\236\345\275\222.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-078 \345\220\211\350\200\201\345\270\210\347\232\204\345\233\236\345\275\222.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652357 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652357 n, m = map(int, input().split()) cnt = 0 flag = False diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-079 \345\244\251\346\242\257\350\265\233\347\232\204\345\226\204\350\211\257.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-079 \345\244\251\346\242\257\350\265\233\347\232\204\345\226\204\350\211\257.py" index e5c4bb0..979fc6a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-079 \345\244\251\346\242\257\350\265\233\347\232\204\345\226\204\350\211\257.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-079 \345\244\251\346\242\257\350\265\233\347\232\204\345\226\204\350\211\257.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652358 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652358 n = int(input()) lst = map(int, input().split()) Min, Max = 9999999, -1 diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-080 \344\271\230\346\263\225\345\217\243\350\257\200\346\225\260\345\210\227.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-080 \344\271\230\346\263\225\345\217\243\350\257\200\346\225\260\345\210\227.py" index 8ad8bab..bcd881e 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-080 \344\271\230\346\263\225\345\217\243\350\257\200\346\225\260\345\210\227.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-080 \344\271\230\346\263\225\345\217\243\350\257\200\346\225\260\345\210\227.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652359 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652359 a, b, n = map(int, input().split()) lst = [a, b] for i in range(n): diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-081 \344\273\212\345\244\251\346\210\221\350\246\201\350\265\242.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-081 \344\273\212\345\244\251\346\210\221\350\246\201\350\265\242.cpp" index 6aecdcc..bc4a1a5 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-081 \344\273\212\345\244\251\346\210\221\350\246\201\350\265\242.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-081 \344\273\212\345\244\251\346\210\221\350\246\201\350\265\242.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1518580608921436160 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518580608921436160 #include int main() { printf("I'm gonna win! Today!\n2022-04-23"); diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-082 \347\247\215\351\222\273\347\237\263.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-082 \347\247\215\351\222\273\347\237\263.cpp" index 36c0081..4eb7ec1 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-082 \347\247\215\351\222\273\347\237\263.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-082 \347\247\215\351\222\273\347\237\263.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1518581097939525632 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518581097939525632 #include int main() { int a, b; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-083 \350\260\201\350\203\275\350\277\233\345\233\276\344\271\246\351\246\206.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-083 \350\260\201\350\203\275\350\277\233\345\233\276\344\271\246\351\246\206.cpp" index b367acb..f1ffdc8 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-083 \350\260\201\350\203\275\350\277\233\345\233\276\344\271\246\351\246\206.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-083 \350\260\201\350\203\275\350\277\233\345\233\276\344\271\246\351\246\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1518581226784346112 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518581226784346112 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-084 \346\213\257\346\225\221\345\244\226\346\230\237\344\272\272.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-084 \346\213\257\346\225\221\345\244\226\346\230\237\344\272\272.cpp" index 43f137a..685578d 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-084 \346\213\257\346\225\221\345\244\226\346\230\237\344\272\272.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-084 \346\213\257\346\225\221\345\244\226\346\230\237\344\272\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1518581337161646080 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518581337161646080 #include using namespace std; typedef long long ll; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-085 \350\257\225\350\257\225\346\211\213\346\260\224.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-085 \350\257\225\350\257\225\346\211\213\346\260\224.cpp" index 713514f..112d3e1 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-085 \350\257\225\350\257\225\346\211\213\346\260\224.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-085 \350\257\225\350\257\225\346\211\213\346\260\224.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1518581694528933888 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518581694528933888 #include using namespace std; bool vis[10][10] = {false}; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-086 \346\226\257\345\276\267\345\223\245\345\260\224\346\221\251\347\201\253\350\275\246\344\270\212\347\232\204\351\242\230.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-086 \346\226\257\345\276\267\345\223\245\345\260\224\346\221\251\347\201\253\350\275\246\344\270\212\347\232\204\351\242\230.cpp" index e6119d7..2e3fd79 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-086 \346\226\257\345\276\267\345\223\245\345\260\224\346\221\251\347\201\253\350\275\246\344\270\212\347\232\204\351\242\230.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-086 \346\226\257\345\276\267\345\223\245\345\260\224\346\221\251\347\201\253\350\275\246\344\270\212\347\232\204\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1518581803354341376 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518581803354341376 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-087 \346\234\272\345\267\245\345\243\253\345\247\206\346\226\257\345\241\224\350\277\252\345\245\245.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-087 \346\234\272\345\267\245\345\243\253\345\247\206\346\226\257\345\241\224\350\277\252\345\245\245.cpp" index c6eaeb3..83c1606 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-087 \346\234\272\345\267\245\345\243\253\345\247\206\346\226\257\345\241\224\350\277\252\345\245\245.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-087 \346\234\272\345\267\245\345\243\253\345\247\206\346\226\257\345\241\224\350\277\252\345\245\245.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1518581903422062592 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518581903422062592 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-088 \351\235\231\351\235\231\347\232\204\346\216\250\350\215\220.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-088 \351\235\231\351\235\231\347\232\204\346\216\250\350\215\220.cpp" index e85f4d5..ee30aa0 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-088 \351\235\231\351\235\231\347\232\204\346\216\250\350\215\220.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L1-088 \351\235\231\351\235\231\347\232\204\346\216\250\350\215\220.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1518582000729911296 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518582000729911296 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-001 \347\264\247\346\200\245\346\225\221\346\217\264.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-001 \347\264\247\346\200\245\346\225\221\346\217\264.cpp" index 3e7f61a..cade354 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-001 \347\264\247\346\200\245\346\225\221\346\217\264.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-001 \347\264\247\346\200\245\346\225\221\346\217\264.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805073643683840 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805073643683840 #include using namespace std; const int N = 510, INF = 0x3f3f3f3f; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-002 \351\223\276\350\241\250\345\216\273\351\207\215.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-002 \351\223\276\350\241\250\345\216\273\351\207\215.cpp" index cc6ad9a..fd7ed00 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-002 \351\223\276\350\241\250\345\216\273\351\207\215.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-002 \351\223\276\350\241\250\345\216\273\351\207\215.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805072641245184 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805072641245184 #include using namespace std; const int N = 100010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-003 \346\234\210\351\245\274.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-003 \346\234\210\351\245\274.cpp" index 479b61d..3f8dc4a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-003 \346\234\210\351\245\274.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-003 \346\234\210\351\245\274.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805071789801472 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805071789801472 #include #include #include diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-004 \350\277\231\346\230\257\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\345\220\227\357\274\237.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-004 \350\277\231\346\230\257\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\345\220\227\357\274\237.cpp" index 25a93f6..31438f3 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-004 \350\277\231\346\230\257\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\345\220\227\357\274\237.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-004 \350\277\231\346\230\257\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\345\220\227\357\274\237.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805070971912192 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805070971912192 #include using namespace std; const int N = 1010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-005 \351\233\206\345\220\210\347\233\270\344\274\274\345\272\246.py" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-005 \351\233\206\345\220\210\347\233\270\344\274\274\345\272\246.py" index 241a229..01ba205 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-005 \351\233\206\345\220\210\347\233\270\344\274\274\345\272\246.py" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-005 \351\233\206\345\220\210\347\233\270\344\274\274\345\272\246.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/994805046380707840/problems/994805070149828608 +# https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805070149828608 n = int(input()) d = {} for i in range(n): diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-006 \346\240\221\347\232\204\351\201\215\345\216\206.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-006 \346\240\221\347\232\204\351\201\215\345\216\206.cpp" index a41b1bb..708bf26 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-006 \346\240\221\347\232\204\351\201\215\345\216\206.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-006 \346\240\221\347\232\204\351\201\215\345\216\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805069361299456 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805069361299456 #include using namespace std; const int N = 40; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-007 \345\256\266\345\272\255\346\210\277\344\272\247.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-007 \345\256\266\345\272\255\346\210\277\344\272\247.cpp" index 93f282a..044719f 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-007 \345\256\266\345\272\255\346\210\277\344\272\247.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-007 \345\256\266\345\272\255\346\210\277\344\272\247.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805068539215872 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805068539215872 #include using namespace std; const int N = 10000; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-008 \346\234\200\351\225\277\345\257\271\347\247\260\345\255\220\344\270\262.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-008 \346\234\200\351\225\277\345\257\271\347\247\260\345\255\220\344\270\262.cpp" index 7dd50ff..c160f2e 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-008 \346\234\200\351\225\277\345\257\271\347\247\260\345\255\220\344\270\262.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-008 \346\234\200\351\225\277\345\257\271\347\247\260\345\255\220\344\270\262.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805067704549376 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805067704549376 #include using namespace std; int solve(string s, int left, int right) { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-009 \346\212\242\347\272\242\345\214\205.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-009 \346\212\242\347\272\242\345\214\205.cpp" index b840b00..da4d897 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-009 \346\212\242\347\272\242\345\214\205.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-009 \346\212\242\347\272\242\345\214\205.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805066890854400 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805066890854400 #include using namespace std; const int N = 10010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-010 \346\216\222\345\272\247\344\275\215.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-010 \346\216\222\345\272\247\344\275\215.cpp" index 1bda744..9c69490 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-010 \346\216\222\345\272\247\344\275\215.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-010 \346\216\222\345\272\247\344\275\215.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805066135879680 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805066135879680 #include using namespace std; const int N = 110; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-011 \347\216\251\350\275\254\344\272\214\345\217\211\346\240\221.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-011 \347\216\251\350\275\254\344\272\214\345\217\211\346\240\221.cpp" index 8458db0..84e2d57 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-011 \347\216\251\350\275\254\344\272\214\345\217\211\346\240\221.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-011 \347\216\251\350\275\254\344\272\214\345\217\211\346\240\221.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805065406070784 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805065406070784 #include using namespace std; const int N = 35; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-012 \345\205\263\344\272\216\345\240\206\347\232\204\345\210\244\346\226\255.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-012 \345\205\263\344\272\216\345\240\206\347\232\204\345\210\244\346\226\255.cpp" index 68509df..d7c8cf4 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-012 \345\205\263\344\272\216\345\240\206\347\232\204\345\210\244\346\226\255.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-012 \345\205\263\344\272\216\345\240\206\347\232\204\345\210\244\346\226\255.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805064676261888 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805064676261888 #include using namespace std; vector heap; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-013 \347\272\242\350\211\262\350\255\246\346\212\245.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-013 \347\272\242\350\211\262\350\255\246\346\212\245.cpp" index 8584349..f05e7e7 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-013 \347\272\242\350\211\262\350\255\246\346\212\245.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-013 \347\272\242\350\211\262\350\255\246\346\212\245.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805063963230208 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805063963230208 #include using namespace std; const int N = 510; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-014 \345\210\227\350\275\246\350\260\203\345\272\246.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-014 \345\210\227\350\275\246\350\260\203\345\272\246.cpp" index cc2077f..d3b92e2 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-014 \345\210\227\350\275\246\350\260\203\345\272\246.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-014 \345\210\227\350\275\246\350\260\203\345\272\246.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805063166312448 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805063166312448 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-015 \344\272\222\350\257\204\346\210\220\347\273\251.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-015 \344\272\222\350\257\204\346\210\220\347\273\251.cpp" index f9ab48d..92b3779 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-015 \344\272\222\350\257\204\346\210\220\347\273\251.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-015 \344\272\222\350\257\204\346\210\220\347\273\251.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805062432309248 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805062432309248 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-016 \346\204\277\345\244\251\344\270\213\346\234\211\346\203\205\344\272\272\351\203\275\346\230\257\345\244\261\346\225\243\345\244\232\345\271\264\347\232\204\345\205\204\345\246\271.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-016 \346\204\277\345\244\251\344\270\213\346\234\211\346\203\205\344\272\272\351\203\275\346\230\257\345\244\261\346\225\243\345\244\232\345\271\264\347\232\204\345\205\204\345\246\271.cpp" index a86f7c4..4a6d8f5 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-016 \346\204\277\345\244\251\344\270\213\346\234\211\346\203\205\344\272\272\351\203\275\346\230\257\345\244\261\346\225\243\345\244\232\345\271\264\347\232\204\345\205\204\345\246\271.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-016 \346\204\277\345\244\251\344\270\213\346\234\211\346\203\205\344\272\272\351\203\275\346\230\257\345\244\261\346\225\243\345\244\232\345\271\264\347\232\204\345\205\204\345\246\271.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805061769609216 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805061769609216 #include using namespace std; const int N = 100010; @@ -86,9 +86,8 @@ int main() { } */ -/* @pintia node=start -- 解法 1: +/* @pintia note=start 把父母结点作为孩子结点. 查询a, b是否在五服内: 1. 从 a 开始遍历, 标记所有深度为 5 以内的祖先 2. 从 b 开始遍历深度为 5 以内的所有祖先, 如果有祖先被标记过则说明二者在五服之内 -@pintia node=end */ +@pintia note=end */ diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-017 \344\272\272\344\273\245\347\276\244\345\210\206.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-017 \344\272\272\344\273\245\347\276\244\345\210\206.cpp" index c88713b..779efba 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-017 \344\272\272\344\273\245\347\276\244\345\210\206.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-017 \344\272\272\344\273\245\347\276\244\345\210\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805061056577536 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805061056577536 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-018 \345\244\232\351\241\271\345\274\217A\351\231\244\344\273\245B.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-018 \345\244\232\351\241\271\345\274\217A\351\231\244\344\273\245B.cpp" new file mode 100644 index 0000000..49d0804 --- /dev/null +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-018 \345\244\232\351\241\271\345\274\217A\351\231\244\344\273\245B.cpp" @@ -0,0 +1,52 @@ +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805060372905984 +#include +using namespace std; +void printPloy(map &poly) { + vector > ans; + for (auto &[k, v] : poly) + if (v != 0 && fabs(v) * 100 >= 5) ans.push_back({k, v}); + if (ans.size() == 0) printf("0 0 0.0\n"); + else { + printf("%d", ans.size()); + for (int i = ans.size() - 1; i >= 0; i--) + printf(" %d %.1f", ans[i].first, ans[i].second); + printf("\n"); + } +} +int main() { + int n, e, maxE; + double c, maxC; + map a, b, rs; + cin >> n; + for (int i = 0; i < n; i++) { + cin >> e >> c; + a[e] = c; + } + cin >> n; + for (int i = 0; i < n; i++) { + cin >> e >> c; + if (i == 0) { + maxC = c; + maxE = e; + } + b[e] = c; + } + while (true) { + double tc = 0; + int te = 0; + for (auto &[k, v] : a) { + if (k > te && v != 0) { + te = k; + tc = v; + } + } + if (tc == 0 || te < maxE) break; + tc /= maxC; + te -= maxE; + rs[te] = tc; + for (auto &[k, v] : b) a[te + k] -= v * tc; + } + printPloy(rs); + printPloy(a); + return 0; +} \ No newline at end of file diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-019 \346\202\204\346\202\204\345\205\263\346\263\250.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-019 \346\202\204\346\202\204\345\205\263\346\263\250.cpp" index 9a29c22..e0089a5 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-019 \346\202\204\346\202\204\345\205\263\346\263\250.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-019 \346\202\204\346\202\204\345\205\263\346\263\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805059731177472 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805059731177472 #include using namespace std; const int N = 5010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-020 \345\212\237\345\244\253\344\274\240\344\272\272.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-020 \345\212\237\345\244\253\344\274\240\344\272\272.cpp" index 8b7d534..0d31e8b 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-020 \345\212\237\345\244\253\344\274\240\344\272\272.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-020 \345\212\237\345\244\253\344\274\240\344\272\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805059118809088 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805059118809088 #include using namespace std; const int N = 100010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-021 \347\202\271\350\265\236\347\213\202\351\255\224.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-021 \347\202\271\350\265\236\347\213\202\351\255\224.cpp" index 064c55d..cab892d 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-021 \347\202\271\350\265\236\347\213\202\351\255\224.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-021 \347\202\271\350\265\236\347\213\202\351\255\224.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805058485469184 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805058485469184 // 5 // bob 11 101 102 103 104 105 106 107 108 108 107 107 // peter 8 1 2 3 4 3 2 5 1 diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-022 \351\207\215\346\216\222\351\223\276\350\241\250.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-022 \351\207\215\346\216\222\351\223\276\350\241\250.cpp" index e808b1c..c14e1cd 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-022 \351\207\215\346\216\222\351\223\276\350\241\250.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-022 \351\207\215\346\216\222\351\223\276\350\241\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805057860517888 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805057860517888 #include using namespace std; const int N = 100000; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-023 \345\233\276\347\235\200\350\211\262\351\227\256\351\242\230.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-023 \345\233\276\347\235\200\350\211\262\351\227\256\351\242\230.cpp" index 5508a17..73772cd 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-023 \345\233\276\347\235\200\350\211\262\351\227\256\351\242\230.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-023 \345\233\276\347\235\200\350\211\262\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805057298481152 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805057298481152 #include using namespace std; const int N = 510; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-024 \351\203\250\350\220\275.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-024 \351\203\250\350\220\275.cpp" index 10c684f..2a3d36f 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-024 \351\203\250\350\220\275.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-024 \351\203\250\350\220\275.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805056736444416 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805056736444416 #include using namespace std; const int N = 10010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-025 \345\210\206\350\200\214\346\262\273\344\271\213.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-025 \345\210\206\350\200\214\346\262\273\344\271\213.cpp" index 18413fb..51d796b 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-025 \345\210\206\350\200\214\346\262\273\344\271\213.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-025 \345\210\206\350\200\214\346\262\273\344\271\213.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805056195379200 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805056195379200 #include using namespace std; const int N = 10010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-026 \345\260\217\345\255\227\350\276\210.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-026 \345\260\217\345\255\227\350\276\210.cpp" index 08b1148..a609fdd 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-026 \345\260\217\345\255\227\350\276\210.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-026 \345\260\217\345\255\227\350\276\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805055679479808 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805055679479808 #include using namespace std; const int N = 100010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-027 \345\220\215\344\272\272\345\240\202\344\270\216\344\273\243\351\207\221\345\210\270.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-027 \345\220\215\344\272\272\345\240\202\344\270\216\344\273\243\351\207\221\345\210\270.cpp" index 963889a..846acd2 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-027 \345\220\215\344\272\272\345\240\202\344\270\216\344\273\243\351\207\221\345\210\270.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-027 \345\220\215\344\272\272\345\240\202\344\270\216\344\273\243\351\207\221\345\210\270.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805055176163328 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805055176163328 #include using namespace std; const int N = 10010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-028 \347\247\200\346\201\251\347\210\261\345\210\206\345\276\227\345\277\253.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-028 \347\247\200\346\201\251\347\210\261\345\210\206\345\276\227\345\277\253.cpp" index c936bff..3192de4 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-028 \347\247\200\346\201\251\347\210\261\345\210\206\345\276\227\345\277\253.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-028 \347\247\200\346\201\251\347\210\261\345\210\206\345\276\227\345\277\253.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805054698012672 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805054698012672 #include using namespace std; const int N = 1010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-029 \347\211\271\347\253\213\347\213\254\350\241\214\347\232\204\345\271\270\347\246\217.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-029 \347\211\271\347\253\213\347\213\254\350\241\214\347\232\204\345\271\270\347\246\217.cpp" index 6f23e0a..ab4b22a 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-029 \347\211\271\347\253\213\347\213\254\350\241\214\347\232\204\345\271\270\347\246\217.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-029 \347\211\271\347\253\213\347\213\254\350\241\214\347\232\204\345\271\270\347\246\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858886 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858886 // 10 40 // 19 8 diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-030 \345\206\260\345\262\233\344\272\272.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-030 \345\206\260\345\262\233\344\272\272.cpp" index 2834559..f43ae02 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-030 \345\206\260\345\262\233\344\272\272.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-030 \345\206\260\345\262\233\344\272\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858887 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858887 #include using namespace std; //最后一个测试点有时候会TLE QAQ diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-031 \346\267\261\345\205\245\350\231\216\347\251\264.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-031 \346\267\261\345\205\245\350\231\216\347\251\264.cpp" index b2e76c4..994108b 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-031 \346\267\261\345\205\245\350\231\216\347\251\264.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-031 \346\267\261\345\205\245\350\231\216\347\251\264.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858888 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858888 #include using namespace std; const int N = 100010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-032 \345\275\251\350\231\271\347\223\266.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-032 \345\275\251\350\231\271\347\223\266.cpp" index f9b6abc..24918e9 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-032 \345\275\251\350\231\271\347\223\266.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-032 \345\275\251\350\231\271\347\223\266.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858889 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1111914599412858889 #include using namespace std; int main() { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-033 \347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-033 \347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" index ecc5d8f..2baa484 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-033 \347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-033 \347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482056 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482056 #include using namespace std; int Pop(stack &s) { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-034 \345\217\243\347\275\251\345\217\221\346\224\276.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-034 \345\217\243\347\275\251\345\217\221\346\224\276.cpp" index 2d030ae..f18de18 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-034 \345\217\243\347\275\251\345\217\221\346\224\276.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-034 \345\217\243\347\275\251\345\217\221\346\224\276.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482057 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482057 #include using namespace std; struct node { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-035 \345\256\214\345\205\250\344\272\214\345\217\211\346\240\221\347\232\204\345\261\202\345\272\217\351\201\215\345\216\206.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-035 \345\256\214\345\205\250\344\272\214\345\217\211\346\240\221\347\232\204\345\261\202\345\272\217\351\201\215\345\216\206.cpp" index a62d036..4193014 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-035 \345\256\214\345\205\250\344\272\214\345\217\211\346\240\221\347\232\204\345\261\202\345\272\217\351\201\215\345\216\206.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-035 \345\256\214\345\205\250\344\272\214\345\217\211\346\240\221\347\232\204\345\261\202\345\272\217\351\201\215\345\216\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482058 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482058 #include using namespace std; const int N = 40; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-036 \347\275\221\347\272\242\347\202\271\346\211\223\345\215\241\346\224\273\347\225\245.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-036 \347\275\221\347\272\242\347\202\271\346\211\223\345\215\241\346\224\273\347\225\245.cpp" index 2b36732..b70bcba 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-036 \347\275\221\347\272\242\347\202\271\346\211\223\345\215\241\346\224\273\347\225\245.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-036 \347\275\221\347\272\242\347\202\271\346\211\223\345\215\241\346\224\273\347\225\245.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1336215880692482059 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1336215880692482059 #include using namespace std; const int N = 210; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-037 \345\214\205\350\243\205\346\234\272.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-037 \345\214\205\350\243\205\346\234\272.cpp" index 26af5e4..feaba24 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-037 \345\214\205\350\243\205\346\234\272.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-037 \345\214\205\350\243\205\346\234\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652360 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652360 #include using namespace std; const int N = 110; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-038 \347\227\205\346\257\222\346\272\257\346\272\220.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-038 \347\227\205\346\257\222\346\272\257\346\272\220.cpp" index 863bb00..5a9a2f4 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-038 \347\227\205\346\257\222\346\272\257\346\272\220.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-038 \347\227\205\346\257\222\346\272\257\346\272\220.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652361 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652361 #include using namespace std; const int N = 10010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-039 \346\270\205\347\202\271\344\273\243\347\240\201\345\272\223.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-039 \346\270\205\347\202\271\344\273\243\347\240\201\345\272\223.cpp" index 80bacd0..11523c5 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-039 \346\270\205\347\202\271\344\273\243\347\240\201\345\272\223.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-039 \346\270\205\347\202\271\344\273\243\347\240\201\345\272\223.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652362 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652362 #include using namespace std; typedef pair > piv; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-042 \350\200\201\346\235\277\347\232\204\344\275\234\346\201\257\350\241\250.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-042 \350\200\201\346\235\277\347\232\204\344\275\234\346\201\257\350\241\250.cpp" new file mode 100644 index 0000000..25a5ae3 --- /dev/null +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L2-042 \350\200\201\346\235\277\347\232\204\344\275\234\346\201\257\350\241\250.cpp" @@ -0,0 +1,38 @@ +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518582383141380096 +#include +using namespace std; +struct node { + int h, m, s, ts; +}; +typedef pair timepair; +bool cmp(timepair &t1, timepair &t2) { return t1.first.ts < t2.first.ts; } +int main() { + int n; + cin >> n; + vector v(n); + for (int i = 0; i < n; i++) { + timepair &t = v[i]; + scanf("%d:%d:%d - ", &t.first.h, &t.first.m, &t.first.s); + scanf("%d:%d:%d - ", &t.second.h, &t.second.m, &t.second.s); + t.first.ts = t.first.h * 3600 + t.first.m * 60 + t.first.s; + t.second.ts = t.second.h * 3600 + t.second.m * 60 + t.second.s; + } + sort(v.begin(), v.end(), cmp); + if (v[0].first.ts != 0) { + printf("00:00:00 - %02d:%02d:%02d\n", v[0].first.h, + v[0].first.m, v[0].first.s); + } + for (int i = 0; i < n - 1; i++) { + node &a = v[i].second, &b = v[i + 1].first; + if (a.ts < b.ts) { + printf("%02d:%02d:%02d - %02d:%02d:%02d\n", a.h, a.m, a.s, b.h, b.m, + b.s); + } + } + + if (v[n - 1].second.ts != 23 * 3600 + 59 * 60 + 59) { + printf("%02d:%02d:%02d - 23:59:59\n", v[n - 1].second.h, + v[n - 1].second.m, v[n - 1].second.s); + } + return 0; +} diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-003 \347\244\276\344\272\244\351\233\206\347\276\244.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-003 \347\244\276\344\272\244\351\233\206\347\276\244.cpp" index ce41539..fdea4d8 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-003 \347\244\276\344\272\244\351\233\206\347\276\244.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-003 \347\244\276\344\272\244\351\233\206\347\276\244.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805053141925888 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805053141925888 #include using namespace std; const int N = 1010; diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-004 \350\202\277\347\230\244\350\257\212\346\226\255.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-004 \350\202\277\347\230\244\350\257\212\346\226\255.cpp" index 3ee07e4..94ac67c 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-004 \350\202\277\347\230\244\350\257\212\346\226\255.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-004 \350\202\277\347\230\244\350\257\212\346\226\255.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805052626026496 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805052626026496 #include using namespace std; struct node { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-010 \346\230\257\345\220\246\345\256\214\345\205\250\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-010 \346\230\257\345\220\246\345\256\214\345\205\250\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.cpp" index dc01def..952bfc2 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-010 \346\230\257\345\220\246\345\256\214\345\205\250\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-010 \346\230\257\345\220\246\345\256\214\345\205\250\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805049870368768 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805049870368768 #include using namespace std; struct node { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-016 \344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\347\232\204\347\273\223\346\236\204.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-016 \344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\347\232\204\347\273\223\346\236\204.cpp" index 98f8a01..727902e 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-016 \344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\347\232\204\347\273\223\346\236\204.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-016 \344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\347\232\204\347\273\223\346\236\204.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/994805047903240192 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/994805047903240192 #include using namespace std; struct node { diff --git "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-029 \350\277\230\345\216\237\346\226\207\344\273\266.cpp" "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-029 \350\277\230\345\216\237\346\226\207\344\273\266.cpp" index e897082..a936546 100644 --- "a/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-029 \350\277\230\345\216\237\346\226\207\344\273\266.cpp" +++ "b/\345\233\242\344\275\223\347\250\213\345\272\217\350\256\276\350\256\241\345\244\251\346\242\257\350\265\233_\347\273\203\344\271\240\351\233\206/\347\274\226\347\250\213\351\242\230/L3-029 \350\277\230\345\216\237\346\226\207\344\273\266.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805046380707840/problems/1386335159927652365 +// https://pintia.cn/problem-sets/994805046380707840/exam/problems/1386335159927652365 #include using namespace std; const int N = 110; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-1 \347\256\200\345\215\225\350\276\223\345\207\272\346\225\264\346\225\260.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-1 \347\256\200\345\215\225\350\276\223\345\207\272\346\225\264\346\225\260.c" index 36dc745..bb16a1a 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-1 \347\256\200\345\215\225\350\276\223\345\207\272\346\225\264\346\225\260.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-1 \347\256\200\345\215\225\350\276\223\345\207\272\346\225\264\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/733 +// https://pintia.cn/problem-sets/14/exam/problems/733 void PrintN(int N) { if (N == 0) return; PrintN(N - 1); diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-10 \351\230\266\344\271\230\350\256\241\347\256\227\345\215\207\347\272\247\347\211\210.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-10 \351\230\266\344\271\230\350\256\241\347\256\227\345\215\207\347\272\247\347\211\210.c" index 0af5093..3fb9262 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-10 \351\230\266\344\271\230\350\256\241\347\256\227\345\215\207\347\272\247\347\211\210.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-10 \351\230\266\344\271\230\350\256\241\347\256\227\345\215\207\347\272\247\347\211\210.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/742 +// https://pintia.cn/problem-sets/14/exam/problems/742 void Print_Factorial(const int N) { if (N < 0) printf("Invalid input\n"); diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-11 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\345\272\217\345\210\227\347\232\204\344\270\255\344\275\215\346\225\260.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-11 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\345\272\217\345\210\227\347\232\204\344\270\255\344\275\215\346\225\260.c" index 6aaf03f..48ef4c9 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-11 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\345\272\217\345\210\227\347\232\204\344\270\255\344\275\215\346\225\260.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-11 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\345\272\217\345\210\227\347\232\204\344\270\255\344\275\215\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/743 +// https://pintia.cn/problem-sets/14/exam/problems/743 ElementType Median( ElementType A[], int N ){ if (N == 1) return A[0]; ShellSort(A, N); diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-12 \345\210\244\346\226\255\345\245\207\345\201\266\346\200\247.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-12 \345\210\244\346\226\255\345\245\207\345\201\266\346\200\247.c" index 6be9234..2f992ca 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-12 \345\210\244\346\226\255\345\245\207\345\201\266\346\200\247.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-12 \345\210\244\346\226\255\345\245\207\345\201\266\346\200\247.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/744 +// https://pintia.cn/problem-sets/14/exam/problems/744 int even(int n){ if(n % 2 == 0) return 1; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-13 \346\212\230\345\215\212\346\237\245\346\211\276.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-13 \346\212\230\345\215\212\346\237\245\346\211\276.cpp" index b6be1f9..8c50a93 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-13 \346\212\230\345\215\212\346\237\245\346\211\276.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-13 \346\212\230\345\215\212\346\237\245\346\211\276.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/44932 +// https://pintia.cn/problem-sets/14/exam/problems/44932 int Search_Bin(SSTable T, KeyType k){ int left = 0,right = T.length,mid = 0; while(left < right){ diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-2 \345\244\232\351\241\271\345\274\217\346\261\202\345\200\274.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-2 \345\244\232\351\241\271\345\274\217\346\261\202\345\200\274.c" index faf7d83..85c9697 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-2 \345\244\232\351\241\271\345\274\217\346\261\202\345\200\274.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-2 \345\244\232\351\241\271\345\274\217\346\261\202\345\200\274.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/734 +// https://pintia.cn/problem-sets/14/exam/problems/734 /* double f( int n, double a[], double x ) { double ans = 0; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-3 \347\256\200\345\215\225\346\261\202\345\222\214.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-3 \347\256\200\345\215\225\346\261\202\345\222\214.c" index 75a21b3..40a9b6d 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-3 \347\256\200\345\215\225\346\261\202\345\222\214.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-3 \347\256\200\345\215\225\346\261\202\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/735 +// https://pintia.cn/problem-sets/14/exam/problems/735 int Sum ( int List[], int N ){ int sum = 0; for (int i = 0 ; i < N; i++){ diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-4 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\347\232\204\345\271\263\345\235\207.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-4 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\347\232\204\345\271\263\345\235\207.c" index a5c317f..d96e1f4 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-4 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\347\232\204\345\271\263\345\235\207.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-4 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\347\232\204\345\271\263\345\235\207.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/736 +// https://pintia.cn/problem-sets/14/exam/problems/736 ElementType Average( ElementType S[], int N ) { ElementType sum = 0; int i = 0; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-5 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\347\232\204\346\234\200\345\244\247\345\200\274.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-5 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\347\232\204\346\234\200\345\244\247\345\200\274.c" index bda03bb..dd4cd35 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-5 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\347\232\204\346\234\200\345\244\247\345\200\274.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-5 \346\261\202\350\207\252\345\256\232\347\261\273\345\236\213\345\205\203\347\264\240\347\232\204\346\234\200\345\244\247\345\200\274.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/737 +// https://pintia.cn/problem-sets/14/exam/problems/737 ElementType Max( ElementType S[], int N ) { ElementType ans = S[0]; int i = 0; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-6 \346\261\202\345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\347\232\204\351\230\266\344\271\230\345\222\214.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-6 \346\261\202\345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\347\232\204\351\230\266\344\271\230\345\222\214.c" index b38dc48..cc2d608 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-6 \346\261\202\345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\347\232\204\351\230\266\344\271\230\345\222\214.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-6 \346\261\202\345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\347\232\204\351\230\266\344\271\230\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/738 +// https://pintia.cn/problem-sets/14/exam/problems/738 int FactorialSum( List L ) { List p = L; int ans = 0, i; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-7 \347\273\237\350\256\241\346\237\220\347\261\273\345\256\214\345\205\250\345\271\263\346\226\271\346\225\260.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-7 \347\273\237\350\256\241\346\237\220\347\261\273\345\256\214\345\205\250\345\271\263\346\226\271\346\225\260.c" index 8032145..26d587b 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-7 \347\273\237\350\256\241\346\237\220\347\261\273\345\256\214\345\205\250\345\271\263\346\226\271\346\225\260.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-7 \347\273\237\350\256\241\346\237\220\347\261\273\345\256\214\345\205\250\345\271\263\346\226\271\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/739 +// https://pintia.cn/problem-sets/14/exam/problems/739 int IsTheNumber ( const int N ) { int hash[10] = {0}, temp = N, i; while (temp != 0) { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-8 \347\256\200\345\215\225\351\230\266\344\271\230\350\256\241\347\256\227.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-8 \347\256\200\345\215\225\351\230\266\344\271\230\350\256\241\347\256\227.c" index 0736c5c..8cc86f2 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-8 \347\256\200\345\215\225\351\230\266\344\271\230\350\256\241\347\256\227.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-8 \347\256\200\345\215\225\351\230\266\344\271\230\350\256\241\347\256\227.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/740 +// https://pintia.cn/problem-sets/14/exam/problems/740 int Factorial( const int N ) { if (N < 0) return 0; if (N == 0) return 1; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-9 \347\273\237\350\256\241\344\270\252\344\275\215\346\225\260\345\255\227.c" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-9 \347\273\237\350\256\241\344\270\252\344\275\215\346\225\260\345\255\227.c" index 53e5dbd..09d11af 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-9 \347\273\237\350\256\241\344\270\252\344\275\215\346\225\260\345\255\227.c" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/6-9 \347\273\237\350\256\241\344\270\252\344\275\215\346\225\260\345\255\227.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/741 +// https://pintia.cn/problem-sets/14/exam/problems/741 int Count_Digit ( const int N, const int D ) { if (N < 0) return Count_Digit(-N, D); if (N < 10) return N == D ? 1 : 0; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-1 \345\216\230\347\261\263\346\215\242\347\256\227\350\213\261\345\260\272\350\213\261\345\257\270.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-1 \345\216\230\347\261\263\346\215\242\347\256\227\350\213\261\345\260\272\350\213\261\345\257\270.cpp" index a6a4cf1..6bbbb6f 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-1 \345\216\230\347\261\263\346\215\242\347\256\227\350\213\261\345\260\272\350\213\261\345\257\270.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-1 \345\216\230\347\261\263\346\215\242\347\256\227\350\213\261\345\260\272\350\213\261\345\257\270.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/781 +// https://pintia.cn/problem-sets/14/exam/problems/781 #include int main() { int cm, foot, inch; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-10 \350\256\241\347\256\227\345\267\245\350\265\204.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-10 \350\256\241\347\256\227\345\267\245\350\265\204.cpp" index 0088067..0874e9a 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-10 \350\256\241\347\256\227\345\267\245\350\265\204.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-10 \350\256\241\347\256\227\345\267\245\350\265\204.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/790 +// https://pintia.cn/problem-sets/14/exam/problems/790 #include double solve(int year, int t) { int salary = year < 5 ? 30 : 50; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-11 \345\210\206\346\256\265\350\256\241\347\256\227\345\261\205\346\260\221\346\260\264\350\264\271.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-11 \345\210\206\346\256\265\350\256\241\347\256\227\345\261\205\346\260\221\346\260\264\350\264\271.cpp" index 9ef549c..6aa6d08 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-11 \345\210\206\346\256\265\350\256\241\347\256\227\345\261\205\346\260\221\346\260\264\350\264\271.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-11 \345\210\206\346\256\265\350\256\241\347\256\227\345\261\205\346\260\221\346\260\264\350\264\271.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/791 +// https://pintia.cn/problem-sets/14/exam/problems/791 #include int main() { int x; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-12 \344\270\244\344\270\252\346\225\260\347\232\204\347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-12 \344\270\244\344\270\252\346\225\260\347\232\204\347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" index 544b11e..ea2c294 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-12 \344\270\244\344\270\252\346\225\260\347\232\204\347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-12 \344\270\244\344\270\252\346\225\260\347\232\204\347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/792 +// https://pintia.cn/problem-sets/14/exam/problems/792 #include int main() { int a, b, ans, flag = 1; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-13 \346\227\245K\350\234\241\347\203\233\345\233\276.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-13 \346\227\245K\350\234\241\347\203\233\345\233\276.cpp" index 53d6c68..df9d651 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-13 \346\227\245K\350\234\241\347\203\233\345\233\276.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-13 \346\227\245K\350\234\241\347\203\233\345\233\276.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/793 +// https://pintia.cn/problem-sets/14/exam/problems/793 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-14 \346\261\202\346\225\264\346\225\260\346\256\265\345\222\214.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-14 \346\261\202\346\225\264\346\225\260\346\256\265\345\222\214.cpp" index c9817a1..cf6bc69 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-14 \346\261\202\346\225\264\346\225\260\346\256\265\345\222\214.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-14 \346\261\202\346\225\264\346\225\260\346\256\265\345\222\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/794 +// https://pintia.cn/problem-sets/14/exam/problems/794 #include int main() { int a, b, sum = 0, cnt = 0; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-15 \350\256\241\347\256\227\345\234\206\345\221\250\347\216\207.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-15 \350\256\241\347\256\227\345\234\206\345\221\250\347\216\207.cpp" index f1ad833..d85cd60 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-15 \350\256\241\347\256\227\345\234\206\345\221\250\347\216\207.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-15 \350\256\241\347\256\227\345\234\206\345\221\250\347\216\207.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/795 +// https://pintia.cn/problem-sets/14/exam/problems/795 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-16 \346\261\202\347\254\246\345\220\210\347\273\231\345\256\232\346\235\241\344\273\266\347\232\204\346\225\264\346\225\260\351\233\206.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-16 \346\261\202\347\254\246\345\220\210\347\273\231\345\256\232\346\235\241\344\273\266\347\232\204\346\225\264\346\225\260\351\233\206.cpp" index 112e787..e938796 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-16 \346\261\202\347\254\246\345\220\210\347\273\231\345\256\232\346\235\241\344\273\266\347\232\204\346\225\264\346\225\260\351\233\206.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-16 \346\261\202\347\254\246\345\220\210\347\273\231\345\256\232\346\235\241\344\273\266\347\232\204\346\225\264\346\225\260\351\233\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/796 +// https://pintia.cn/problem-sets/14/exam/problems/796 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-17 \347\210\254\345\212\250\347\232\204\350\240\225\350\231\253.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-17 \347\210\254\345\212\250\347\232\204\350\240\225\350\231\253.cpp" index 98a00a7..1ec6cb5 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-17 \347\210\254\345\212\250\347\232\204\350\240\225\350\231\253.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-17 \347\210\254\345\212\250\347\232\204\350\240\225\350\231\253.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/797 +// https://pintia.cn/problem-sets/14/exam/problems/797 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-18 \344\272\214\345\210\206\346\263\225\346\261\202\345\244\232\351\241\271\345\274\217\345\215\225\346\240\271.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-18 \344\272\214\345\210\206\346\263\225\346\261\202\345\244\232\351\241\271\345\274\217\345\215\225\346\240\271.cpp" index ac8302f..b619c8c 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-18 \344\272\214\345\210\206\346\263\225\346\261\202\345\244\232\351\241\271\345\274\217\345\215\225\346\240\271.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-18 \344\272\214\345\210\206\346\263\225\346\261\202\345\244\232\351\241\271\345\274\217\345\215\225\346\240\271.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/798 +// https://pintia.cn/problem-sets/14/exam/problems/798 #include using namespace std; vector v(4); diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-19 \346\224\257\347\245\250\351\235\242\351\242\235.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-19 \346\224\257\347\245\250\351\235\242\351\242\235.cpp" index eacb3fc..38501b0 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-19 \346\224\257\347\245\250\351\235\242\351\242\235.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-19 \346\224\257\347\245\250\351\235\242\351\242\235.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/799 +// https://pintia.cn/problem-sets/14/exam/problems/799 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-2 \347\204\266\345\220\216\346\230\257\345\207\240\347\202\271.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-2 \347\204\266\345\220\216\346\230\257\345\207\240\347\202\271.cpp" index 5c2d560..c5a9a00 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-2 \347\204\266\345\220\216\346\230\257\345\207\240\347\202\271.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-2 \347\204\266\345\220\216\346\230\257\345\207\240\347\202\271.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/782 +// https://pintia.cn/problem-sets/14/exam/problems/782 #include int main() { int a, b, m; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-20 \346\211\223\345\215\260\344\271\235\344\271\235\345\217\243\350\257\200\350\241\250.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-20 \346\211\223\345\215\260\344\271\235\344\271\235\345\217\243\350\257\200\350\241\250.cpp" index 14ec21e..a62f548 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-20 \346\211\223\345\215\260\344\271\235\344\271\235\345\217\243\350\257\200\350\241\250.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-20 \346\211\223\345\215\260\344\271\235\344\271\235\345\217\243\350\257\200\350\241\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/800 +// https://pintia.cn/problem-sets/14/exam/problems/800 #include int main() { int n; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-21 \346\261\202\347\211\271\346\256\212\346\226\271\347\250\213\347\232\204\346\255\243\346\225\264\346\225\260\350\247\243.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-21 \346\261\202\347\211\271\346\256\212\346\226\271\347\250\213\347\232\204\346\255\243\346\225\264\346\225\260\350\247\243.cpp" index 670af77..e0ae66f 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-21 \346\261\202\347\211\271\346\256\212\346\226\271\347\250\213\347\232\204\346\255\243\346\225\264\346\225\260\350\247\243.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-21 \346\261\202\347\211\271\346\256\212\346\226\271\347\250\213\347\232\204\346\255\243\346\225\264\346\225\260\350\247\243.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/801 +// https://pintia.cn/problem-sets/14/exam/problems/801 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-22 \351\276\237\345\205\224\350\265\233\350\267\221.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-22 \351\276\237\345\205\224\350\265\233\350\267\221.cpp" index ffbc398..1d58e9a 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-22 \351\276\237\345\205\224\350\265\233\350\267\221.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-22 \351\276\237\345\205\224\350\265\233\350\267\221.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/802 +// https://pintia.cn/problem-sets/14/exam/problems/802 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-23 \345\270\201\345\200\274\350\275\254\346\215\242.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-23 \345\270\201\345\200\274\350\275\254\346\215\242.cpp" index 15d07f7..811d082 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-23 \345\270\201\345\200\274\350\275\254\346\215\242.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-23 \345\270\201\345\200\274\350\275\254\346\215\242.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/803 +// https://pintia.cn/problem-sets/14/exam/problems/803 #include using namespace std; char decimals[] = {'Q', 'B', 'S'}, units[] = {'Y', 'W'}; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-24 \347\272\246\345\210\206\346\234\200\347\256\200\345\210\206\345\274\217.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-24 \347\272\246\345\210\206\346\234\200\347\256\200\345\210\206\345\274\217.cpp" index 2f5e033..2b7b5af 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-24 \347\272\246\345\210\206\346\234\200\347\256\200\345\210\206\345\274\217.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-24 \347\272\246\345\210\206\346\234\200\347\256\200\345\210\206\345\274\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/804 +// https://pintia.cn/problem-sets/14/exam/problems/804 #include int gcd(int a, int b) { return b == 0 ? a : gcd(b, a % b); } int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-25 \345\277\265\346\225\260\345\255\227.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-25 \345\277\265\346\225\260\345\255\227.cpp" index dfd6b5a..824fb2c 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-25 \345\277\265\346\225\260\345\255\227.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-25 \345\277\265\346\225\260\345\255\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/805 +// https://pintia.cn/problem-sets/14/exam/problems/805 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-26 \345\215\225\350\257\215\351\225\277\345\272\246.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-26 \345\215\225\350\257\215\351\225\277\345\272\246.cpp" index 8d3257a..0c8b786 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-26 \345\215\225\350\257\215\351\225\277\345\272\246.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-26 \345\215\225\350\257\215\351\225\277\345\272\246.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/806 +// https://pintia.cn/problem-sets/14/exam/problems/806 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-27 \345\206\222\346\263\241\346\263\225\346\216\222\345\272\217.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-27 \345\206\222\346\263\241\346\263\225\346\216\222\345\272\217.cpp" index 347eed2..48e7f63 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-27 \345\206\222\346\263\241\346\263\225\346\216\222\345\272\217.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-27 \345\206\222\346\263\241\346\263\225\346\216\222\345\272\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/807 +// https://pintia.cn/problem-sets/14/exam/problems/807 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-28 \347\214\264\345\255\220\351\200\211\345\244\247\347\216\213.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-28 \347\214\264\345\255\220\351\200\211\345\244\247\347\216\213.cpp" index 45ba2ad..161e5c5 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-28 \347\214\264\345\255\220\351\200\211\345\244\247\347\216\213.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-28 \347\214\264\345\255\220\351\200\211\345\244\247\347\216\213.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/808 +// https://pintia.cn/problem-sets/14/exam/problems/808 #include using namespace std; const int N = 1010; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-29 \345\210\240\351\231\244\345\255\227\347\254\246\344\270\262\344\270\255\347\232\204\345\255\220\344\270\262.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-29 \345\210\240\351\231\244\345\255\227\347\254\246\344\270\262\344\270\255\347\232\204\345\255\220\344\270\262.cpp" index 3103bdc..a0845d0 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-29 \345\210\240\351\231\244\345\255\227\347\254\246\344\270\262\344\270\255\347\232\204\345\255\220\344\270\262.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-29 \345\210\240\351\231\244\345\255\227\347\254\246\344\270\262\344\270\255\347\232\204\345\255\220\344\270\262.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/809 +// https://pintia.cn/problem-sets/14/exam/problems/809 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-3 \351\200\206\345\272\217\347\232\204\344\270\211\344\275\215\346\225\260.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-3 \351\200\206\345\272\217\347\232\204\344\270\211\344\275\215\346\225\260.cpp" index 1a8d837..696d908 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-3 \351\200\206\345\272\217\347\232\204\344\270\211\344\275\215\346\225\260.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-3 \351\200\206\345\272\217\347\232\204\344\270\211\344\275\215\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/783 +// https://pintia.cn/problem-sets/14/exam/problems/783 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-30 \345\255\227\347\254\246\344\270\262\347\232\204\345\206\222\346\263\241\346\216\222\345\272\217.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-30 \345\255\227\347\254\246\344\270\262\347\232\204\345\206\222\346\263\241\346\216\222\345\272\217.cpp" index b172dd9..2164419 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-30 \345\255\227\347\254\246\344\270\262\347\232\204\345\206\222\346\263\241\346\216\222\345\272\217.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-30 \345\255\227\347\254\246\344\270\262\347\232\204\345\206\222\346\263\241\346\216\222\345\272\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/810 +// https://pintia.cn/problem-sets/14/exam/problems/810 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-31 \345\255\227\347\254\246\344\270\262\345\276\252\347\216\257\345\267\246\347\247\273.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-31 \345\255\227\347\254\246\344\270\262\345\276\252\347\216\257\345\267\246\347\247\273.cpp" index 4ae612f..233f129 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-31 \345\255\227\347\254\246\344\270\262\345\276\252\347\216\257\345\267\246\347\247\273.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-31 \345\255\227\347\254\246\344\270\262\345\276\252\347\216\257\345\267\246\347\247\273.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/811 +// https://pintia.cn/problem-sets/14/exam/problems/811 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-32 \350\257\264\345\217\215\350\257\235-\345\212\240\345\274\272\347\211\210.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-32 \350\257\264\345\217\215\350\257\235-\345\212\240\345\274\272\347\211\210.cpp" index 303e384..2727007 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-32 \350\257\264\345\217\215\350\257\235-\345\212\240\345\274\272\347\211\210.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-32 \350\257\264\345\217\215\350\257\235-\345\212\240\345\274\272\347\211\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/812 +// https://pintia.cn/problem-sets/14/exam/problems/812 #include #include using namespace std; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-33 \346\234\211\347\220\206\346\225\260\345\212\240\346\263\225.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-33 \346\234\211\347\220\206\346\225\260\345\212\240\346\263\225.cpp" index 3202750..fc1a89c 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-33 \346\234\211\347\220\206\346\225\260\345\212\240\346\263\225.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-33 \346\234\211\347\220\206\346\225\260\345\212\240\346\263\225.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/813 +// https://pintia.cn/problem-sets/14/exam/problems/813 #include int gcd(int a, int b) { return b == 0 ? a : gcd(b, a % b); diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-34 \351\200\232\350\256\257\345\275\225\347\232\204\345\275\225\345\205\245\344\270\216\346\230\276\347\244\272.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-34 \351\200\232\350\256\257\345\275\225\347\232\204\345\275\225\345\205\245\344\270\216\346\230\276\347\244\272.cpp" index 7e4c508..cd679aa 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-34 \351\200\232\350\256\257\345\275\225\347\232\204\345\275\225\345\205\245\344\270\216\346\230\276\347\244\272.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-34 \351\200\232\350\256\257\345\275\225\347\232\204\345\275\225\345\205\245\344\270\216\346\230\276\347\244\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/814 +// https://pintia.cn/problem-sets/14/exam/problems/814 #include using namespace std; struct node { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-35 \346\234\211\347\220\206\346\225\260\345\235\207\345\200\274.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-35 \346\234\211\347\220\206\346\225\260\345\235\207\345\200\274.cpp" index c4ca966..fee23ed 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-35 \346\234\211\347\220\206\346\225\260\345\235\207\345\200\274.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-35 \346\234\211\347\220\206\346\225\260\345\235\207\345\200\274.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/815 +// https://pintia.cn/problem-sets/14/exam/problems/815 #include using namespace std; int gcd(int a, int b) { return b == 0 ? a : gcd(b, a % b); } diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-36 \345\244\215\346\225\260\345\233\233\345\210\231\350\277\220\347\256\227.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-36 \345\244\215\346\225\260\345\233\233\345\210\231\350\277\220\347\256\227.cpp" index d51e4c9..d022678 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-36 \345\244\215\346\225\260\345\233\233\345\210\231\350\277\220\347\256\227.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-36 \345\244\215\346\225\260\345\233\233\345\210\231\350\277\220\347\256\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/816 +// https://pintia.cn/problem-sets/14/exam/problems/816 #include using namespace std; struct node { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-37 \346\225\264\346\225\260\345\210\206\350\247\243\344\270\272\350\213\245\345\271\262\351\241\271\344\271\213\345\222\214.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-37 \346\225\264\346\225\260\345\210\206\350\247\243\344\270\272\350\213\245\345\271\262\351\241\271\344\271\213\345\222\214.cpp" index 71f4939..3763fa3 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-37 \346\225\264\346\225\260\345\210\206\350\247\243\344\270\272\350\213\245\345\271\262\351\241\271\344\271\213\345\222\214.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-37 \346\225\264\346\225\260\345\210\206\350\247\243\344\270\272\350\213\245\345\271\262\351\241\271\344\271\213\345\222\214.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/2990 +// https://pintia.cn/problem-sets/14/exam/problems/2990 #include using namespace std; vector > ans; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-38 \346\225\260\345\210\227\346\261\202\345\222\214-\345\212\240\345\274\272\347\211\210.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-38 \346\225\260\345\210\227\346\261\202\345\222\214-\345\212\240\345\274\272\347\211\210.cpp" index c5fa379..ffc7cff 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-38 \346\225\260\345\210\227\346\261\202\345\222\214-\345\212\240\345\274\272\347\211\210.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-38 \346\225\260\345\210\227\346\261\202\345\222\214-\345\212\240\345\274\272\347\211\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/3006 +// https://pintia.cn/problem-sets/14/exam/problems/3006 #include const int maxn = 100010; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-4 BCD\350\247\243\345\257\206.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-4 BCD\350\247\243\345\257\206.cpp" index c6a942d..42d291f 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-4 BCD\350\247\243\345\257\206.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-4 BCD\350\247\243\345\257\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/784 +// https://pintia.cn/problem-sets/14/exam/problems/784 #include using namespace std; int main() { diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-5 \350\241\250\346\240\274\350\276\223\345\207\272.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-5 \350\241\250\346\240\274\350\276\223\345\207\272.cpp" index b24911d..c77f44e 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-5 \350\241\250\346\240\274\350\276\223\345\207\272.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-5 \350\241\250\346\240\274\350\276\223\345\207\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/785 +// https://pintia.cn/problem-sets/14/exam/problems/785 #include int main() { printf("------------------------------------\nProvince Area(km2) Pop.(10K)\n------------------------------------\nAnhui 139600.00 6461.00\nBeijing 16410.54 1180.70\nChongqing 82400.00 3144.23\nShanghai 6340.50 1360.26\nZhejiang 101800.00 4894.00\n------------------------------------"); diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-6 \346\267\267\345\220\210\347\261\273\345\236\213\346\225\260\346\215\256\346\240\274\345\274\217\345\214\226\350\276\223\345\205\245.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-6 \346\267\267\345\220\210\347\261\273\345\236\213\346\225\260\346\215\256\346\240\274\345\274\217\345\214\226\350\276\223\345\205\245.cpp" index a7ebe02..3c1c1a3 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-6 \346\267\267\345\220\210\347\261\273\345\236\213\346\225\260\346\215\256\346\240\274\345\274\217\345\214\226\350\276\223\345\205\245.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-6 \346\267\267\345\220\210\347\261\273\345\236\213\346\225\260\346\215\256\346\240\274\345\274\217\345\214\226\350\276\223\345\205\245.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/786 +// https://pintia.cn/problem-sets/14/exam/problems/786 #include int main() { double d1, d2; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-7 12-24\345\260\217\346\227\266\345\210\266.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-7 12-24\345\260\217\346\227\266\345\210\266.cpp" index 28f8fb1..9fe8d68 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-7 12-24\345\260\217\346\227\266\345\210\266.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-7 12-24\345\260\217\346\227\266\345\210\266.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/787 +// https://pintia.cn/problem-sets/14/exam/problems/787 #include int main() { int h, m; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-8 \350\266\205\351\200\237\345\210\244\346\226\255.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-8 \350\266\205\351\200\237\345\210\244\346\226\255.cpp" index af0732e..1c9fc21 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-8 \350\266\205\351\200\237\345\210\244\346\226\255.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-8 \350\266\205\351\200\237\345\210\244\346\226\255.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/788 +// https://pintia.cn/problem-sets/14/exam/problems/788 #include int main() { int v; diff --git "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-9 \347\224\250\345\244\251\345\271\263\346\211\276\345\260\217\347\220\203.cpp" "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-9 \347\224\250\345\244\251\345\271\263\346\211\276\345\260\217\347\220\203.cpp" index 46f19fb..e8bd1de 100644 --- "a/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-9 \347\224\250\345\244\251\345\271\263\346\211\276\345\260\217\347\220\203.cpp" +++ "b/\345\237\272\347\241\200\347\274\226\347\250\213\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/7-9 \347\224\250\345\244\251\345\271\263\346\211\276\345\260\217\347\220\203.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/14/problems/789 +// https://pintia.cn/problem-sets/14/exam/problems/789 #include int main() { int a, b, c; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-1 \345\215\225\351\223\276\350\241\250\351\200\206\350\275\254.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-1 \345\215\225\351\223\276\350\241\250\351\200\206\350\275\254.c" index 27c8b14..67398d8 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-1 \345\215\225\351\223\276\350\241\250\351\200\206\350\275\254.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-1 \345\215\225\351\223\276\350\241\250\351\200\206\350\275\254.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/724 +// https://pintia.cn/problem-sets/15/exam/problems/724 List Reverse(List L) { if (!L || L->Next == NULL) return L; List nextNode = L->Next; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-10 \344\272\214\345\210\206\346\237\245\346\211\276.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-10 \344\272\214\345\210\206\346\237\245\346\211\276.c" index 11ead03..b75617a 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-10 \344\272\214\345\210\206\346\237\245\346\211\276.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-10 \344\272\214\345\210\206\346\237\245\346\211\276.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/923 +// https://pintia.cn/problem-sets/15/exam/problems/923 Position BinarySearch(List L, ElementType X) { int left = 1, right = L->Last, mid, ans = -1; while(left <= right){ diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-11 \345\205\210\345\272\217\350\276\223\345\207\272\345\217\266\347\273\223\347\202\271.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-11 \345\205\210\345\272\217\350\276\223\345\207\272\345\217\266\347\273\223\347\202\271.c" index f65f864..fe7c1a9 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-11 \345\205\210\345\272\217\350\276\223\345\207\272\345\217\266\347\273\223\347\202\271.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-11 \345\205\210\345\272\217\350\276\223\345\207\272\345\217\266\347\273\223\347\202\271.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/925 +// https://pintia.cn/problem-sets/15/exam/problems/925 void PreorderPrintLeaves( BinTree BT ) { if (BT == NULL) return; if (BT->Left == NULL && BT->Right == NULL) printf(" %c", BT->Data); diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-12 \344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\347\232\204\346\223\215\344\275\234\351\233\206.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-12 \344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\347\232\204\346\223\215\344\275\234\351\233\206.c" index 1133826..a0bfd1a 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-12 \344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\347\232\204\346\223\215\344\275\234\351\233\206.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-12 \344\272\214\345\217\211\346\220\234\347\264\242\346\240\221\347\232\204\346\223\215\344\275\234\351\233\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/927 +// https://pintia.cn/problem-sets/15/exam/problems/927 BinTree Insert(BinTree BST, ElementType X) { if (BST == NULL) { BST = (BinTree)malloc(sizeof(struct TNode)); diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-2 \351\241\272\345\272\217\350\241\250\346\223\215\344\275\234\351\233\206.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-2 \351\241\272\345\272\217\350\241\250\346\223\215\344\275\234\351\233\206.c" index dc5c6a1..418fe2c 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-2 \351\241\272\345\272\217\350\241\250\346\223\215\344\275\234\351\233\206.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-2 \351\241\272\345\272\217\350\241\250\346\223\215\344\275\234\351\233\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/725 +// https://pintia.cn/problem-sets/15/exam/problems/725 List MakeEmpty() { List L = (List)malloc(sizeof(struct LNode)); L->Last = -1; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-3 \346\261\202\351\223\276\345\274\217\350\241\250\347\232\204\350\241\250\351\225\277.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-3 \346\261\202\351\223\276\345\274\217\350\241\250\347\232\204\350\241\250\351\225\277.c" index 15bd4a6..d2bce67 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-3 \346\261\202\351\223\276\345\274\217\350\241\250\347\232\204\350\241\250\351\225\277.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-3 \346\261\202\351\223\276\345\274\217\350\241\250\347\232\204\350\241\250\351\225\277.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/726 +// https://pintia.cn/problem-sets/15/exam/problems/726 int Length( List L ) { if (L == NULL) return 0; int len = 0; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-4 \351\223\276\345\274\217\350\241\250\347\232\204\346\214\211\345\272\217\345\217\267\346\237\245\346\211\276.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-4 \351\223\276\345\274\217\350\241\250\347\232\204\346\214\211\345\272\217\345\217\267\346\237\245\346\211\276.c" index 70e6983..e7a8cf2 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-4 \351\223\276\345\274\217\350\241\250\347\232\204\346\214\211\345\272\217\345\217\267\346\237\245\346\211\276.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-4 \351\223\276\345\274\217\350\241\250\347\232\204\346\214\211\345\272\217\345\217\267\346\237\245\346\211\276.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/727 +// https://pintia.cn/problem-sets/15/exam/problems/727 ElementType FindKth( List L, int K ) { if (K < 1) return ERROR; int cnt = 0; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-5 \351\223\276\345\274\217\350\241\250\346\223\215\344\275\234\351\233\206.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-5 \351\223\276\345\274\217\350\241\250\346\223\215\344\275\234\351\233\206.c" index ae9bd87..3cf8bf6 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-5 \351\223\276\345\274\217\350\241\250\346\223\215\344\275\234\351\233\206.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-5 \351\223\276\345\274\217\350\241\250\346\223\215\344\275\234\351\233\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/728 +// https://pintia.cn/problem-sets/15/exam/problems/728 Position Find(List L, ElementType X) { if (!L) return ERROR; else if (L->Data == X) return L; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-6 \345\270\246\345\244\264\347\273\223\347\202\271\347\232\204\351\223\276\345\274\217\350\241\250\346\223\215\344\275\234\351\233\206.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-6 \345\270\246\345\244\264\347\273\223\347\202\271\347\232\204\351\223\276\345\274\217\350\241\250\346\223\215\344\275\234\351\233\206.c" index 269d4b6..d589994 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-6 \345\270\246\345\244\264\347\273\223\347\202\271\347\232\204\351\223\276\345\274\217\350\241\250\346\223\215\344\275\234\351\233\206.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-6 \345\270\246\345\244\264\347\273\223\347\202\271\347\232\204\351\223\276\345\274\217\350\241\250\346\223\215\344\275\234\351\233\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/729 +// https://pintia.cn/problem-sets/15/exam/problems/729 List MakeEmpty() { List L = (List)malloc(sizeof(struct LNode)); L->Next = NULL; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-7 \345\234\250\344\270\200\344\270\252\346\225\260\347\273\204\344\270\255\345\256\236\347\216\260\344\270\244\344\270\252\345\240\206\346\240\210.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-7 \345\234\250\344\270\200\344\270\252\346\225\260\347\273\204\344\270\255\345\256\236\347\216\260\344\270\244\344\270\252\345\240\206\346\240\210.c" index 8d6da97..c56cc61 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-7 \345\234\250\344\270\200\344\270\252\346\225\260\347\273\204\344\270\255\345\256\236\347\216\260\344\270\244\344\270\252\345\240\206\346\240\210.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-7 \345\234\250\344\270\200\344\270\252\346\225\260\347\273\204\344\270\255\345\256\236\347\216\260\344\270\244\344\270\252\345\240\206\346\240\210.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/730 +// https://pintia.cn/problem-sets/15/exam/problems/730 Stack CreateStack(int MaxSize) { Stack S = (Stack)malloc(sizeof(struct SNode)); S->Data = (ElementType *)malloc(sizeof(ElementType) * MaxSize); diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-8 \346\261\202\344\272\214\345\217\211\346\240\221\351\253\230\345\272\246.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-8 \346\261\202\344\272\214\345\217\211\346\240\221\351\253\230\345\272\246.c" index cd19a11..6667f55 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-8 \346\261\202\344\272\214\345\217\211\346\240\221\351\253\230\345\272\246.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-8 \346\261\202\344\272\214\345\217\211\346\240\221\351\253\230\345\272\246.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/731 +// https://pintia.cn/problem-sets/15/exam/problems/731 int GetHeight(BinTree BT) { if (BT == NULL) return 0; int hl = GetHeight(BT->Left), hr = GetHeight(BT->Right); diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-9 \344\272\214\345\217\211\346\240\221\347\232\204\351\201\215\345\216\206.c" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-9 \344\272\214\345\217\211\346\240\221\347\232\204\351\201\215\345\216\206.c" index ca9e1c5..c920cca 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-9 \344\272\214\345\217\211\346\240\221\347\232\204\351\201\215\345\216\206.c" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\345\207\275\346\225\260\351\242\230/6-9 \344\272\214\345\217\211\346\240\221\347\232\204\351\201\215\345\216\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/732 +// https://pintia.cn/problem-sets/15/exam/problems/732 void InorderTraversal(BinTree BT) { if (BT == NULL) return; InorderTraversal(BT->Left); diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-1 \346\234\200\345\244\247\345\255\220\345\210\227\345\222\214\351\227\256\351\242\230.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-1 \346\234\200\345\244\247\345\255\220\345\210\227\345\222\214\351\227\256\351\242\230.cpp" index 9967df8..fcee0b3 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-1 \346\234\200\345\244\247\345\255\220\345\210\227\345\222\214\351\227\256\351\242\230.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-1 \346\234\200\345\244\247\345\255\220\345\210\227\345\222\214\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/709 +// https://pintia.cn/problem-sets/15/exam/problems/709 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-10 \345\205\254\350\267\257\346\235\221\346\235\221\351\200\232.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-10 \345\205\254\350\267\257\346\235\221\346\235\221\351\200\232.cpp" index 11d6de4..57d564b 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-10 \345\205\254\350\267\257\346\235\221\346\235\221\351\200\232.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-10 \345\205\254\350\267\257\346\235\221\346\235\221\351\200\232.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/718 +// https://pintia.cn/problem-sets/15/exam/problems/718 #include using namespace std; const int N = 1010, INF = 0x3f3f3f3f; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-11 \345\205\263\351\224\256\346\264\273\345\212\250.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-11 \345\205\263\351\224\256\346\264\273\345\212\250.cpp" index 1321ef7..2943bb7 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-11 \345\205\263\351\224\256\346\264\273\345\212\250.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-11 \345\205\263\351\224\256\346\264\273\345\212\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/719 +// https://pintia.cn/problem-sets/15/exam/problems/719 #include using namespace std; const int N = 110, INF = INT_MAX; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-12 \346\216\222\345\272\217.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-12 \346\216\222\345\272\217.cpp" index 2207e58..975f81b 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-12 \346\216\222\345\272\217.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-12 \346\216\222\345\272\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/720 +// https://pintia.cn/problem-sets/15/exam/problems/720 #include using namespace std; void QuickSort(vector &a, int left, int right) { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-13 \347\273\237\350\256\241\345\267\245\351\276\204.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-13 \347\273\237\350\256\241\345\267\245\351\276\204.cpp" index 9e720f4..726b777 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-13 \347\273\237\350\256\241\345\267\245\351\276\204.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-13 \347\273\237\350\256\241\345\267\245\351\276\204.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/721 +// https://pintia.cn/problem-sets/15/exam/problems/721 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-14 \347\224\265\350\257\235\350\201\212\345\244\251\347\213\202\344\272\272.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-14 \347\224\265\350\257\235\350\201\212\345\244\251\347\213\202\344\272\272.cpp" index 1212fb6..e0a6bbe 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-14 \347\224\265\350\257\235\350\201\212\345\244\251\347\213\202\344\272\272.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-14 \347\224\265\350\257\235\350\201\212\345\244\251\347\213\202\344\272\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/722 +// https://pintia.cn/problem-sets/15/exam/problems/722 #include using namespace std; int n, maxCnt = 0, cntName = 1; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-15 QQ\345\270\220\346\210\267\347\232\204\347\224\263\350\257\267\344\270\216\347\231\273\351\231\206.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-15 QQ\345\270\220\346\210\267\347\232\204\347\224\263\350\257\267\344\270\216\347\231\273\351\231\206.cpp" index 777d89d..b7ad30d 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-15 QQ\345\270\220\346\210\267\347\232\204\347\224\263\350\257\267\344\270\216\347\231\273\351\231\206.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-15 QQ\345\270\220\346\210\267\347\232\204\347\224\263\350\257\267\344\270\216\347\231\273\351\231\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/723 +// https://pintia.cn/problem-sets/15/exam/problems/723 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-16 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\346\261\202\345\257\274.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-16 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\346\261\202\345\257\274.cpp" index 1e47a52..547f8d4 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-16 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\346\261\202\345\257\274.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-16 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\346\261\202\345\257\274.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/820 +// https://pintia.cn/problem-sets/15/exam/problems/820 #include int main() { // freopen("in", "r", stdin); diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-17 \346\261\211\350\257\272\345\241\224\347\232\204\351\235\236\351\200\222\345\275\222\345\256\236\347\216\260.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-17 \346\261\211\350\257\272\345\241\224\347\232\204\351\235\236\351\200\222\345\275\222\345\256\236\347\216\260.cpp" index 7e2dc71..df08ded 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-17 \346\261\211\350\257\272\345\241\224\347\232\204\351\235\236\351\200\222\345\275\222\345\256\236\347\216\260.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-17 \346\261\211\350\257\272\345\241\224\347\232\204\351\235\236\351\200\222\345\275\222\345\256\236\347\216\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/821 +// https://pintia.cn/problem-sets/15/exam/problems/821 #include using namespace std; void move(int n, char a, char b, char c) { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-18 \351\223\266\350\241\214\344\270\232\345\212\241\351\230\237\345\210\227\347\256\200\345\215\225\346\250\241\346\213\237.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-18 \351\223\266\350\241\214\344\270\232\345\212\241\351\230\237\345\210\227\347\256\200\345\215\225\346\250\241\346\213\237.cpp" index 57a8b21..819e461 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-18 \351\223\266\350\241\214\344\270\232\345\212\241\351\230\237\345\210\227\347\256\200\345\215\225\346\250\241\346\213\237.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-18 \351\223\266\350\241\214\344\270\232\345\212\241\351\230\237\345\210\227\347\256\200\345\215\225\346\250\241\346\213\237.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/825 +// https://pintia.cn/problem-sets/15/exam/problems/825 #include using namespace std; int pop(queue &q) { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-19 \346\261\202\351\223\276\345\274\217\347\272\277\346\200\247\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254K\351\241\271.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-19 \346\261\202\351\223\276\345\274\217\347\272\277\346\200\247\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254K\351\241\271.cpp" index 5896d0b..6839066 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-19 \346\261\202\351\223\276\345\274\217\347\272\277\346\200\247\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254K\351\241\271.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-19 \346\261\202\351\223\276\345\274\217\347\272\277\346\200\247\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254K\351\241\271.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/826 +// https://pintia.cn/problem-sets/15/exam/problems/826 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-2 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\347\232\204\344\271\230\346\263\225\344\270\216\345\212\240\346\263\225\350\277\220\347\256\227.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-2 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\347\232\204\344\271\230\346\263\225\344\270\216\345\212\240\346\263\225\350\277\220\347\256\227.cpp" index 1cebfcc..035b7b8 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-2 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\347\232\204\344\271\230\346\263\225\344\270\216\345\212\240\346\263\225\350\277\220\347\256\227.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-2 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\347\232\204\344\271\230\346\263\225\344\270\216\345\212\240\346\263\225\350\277\220\347\256\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/710 +// https://pintia.cn/problem-sets/15/exam/problems/710 #include using namespace std; int polyProduct[2010], polySum[1010], poly[1010]; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-20 \350\241\250\350\276\276\345\274\217\350\275\254\346\215\242.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-20 \350\241\250\350\276\276\345\274\217\350\275\254\346\215\242.cpp" index 14a4be9..89bfd66 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-20 \350\241\250\350\276\276\345\274\217\350\275\254\346\215\242.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-20 \350\241\250\350\276\276\345\274\217\350\275\254\346\215\242.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/827 +// https://pintia.cn/problem-sets/15/exam/problems/827 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-21 \346\261\202\345\211\215\347\274\200\350\241\250\350\276\276\345\274\217\347\232\204\345\200\274.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-21 \346\261\202\345\211\215\347\274\200\350\241\250\350\276\276\345\274\217\347\232\204\345\200\274.cpp" index 911d6fa..14421ba 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-21 \346\261\202\345\211\215\347\274\200\350\241\250\350\276\276\345\274\217\347\232\204\345\200\274.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-21 \346\261\202\345\211\215\347\274\200\350\241\250\350\276\276\345\274\217\347\232\204\345\200\274.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/836 +// https://pintia.cn/problem-sets/15/exam/problems/836 #include using namespace std; double pop(stack &s) { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-22 \345\240\206\346\240\210\346\250\241\346\213\237\351\230\237\345\210\227.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-22 \345\240\206\346\240\210\346\250\241\346\213\237\351\230\237\345\210\227.cpp" index fe88313..ad7df40 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-22 \345\240\206\346\240\210\346\250\241\346\213\237\351\230\237\345\210\227.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-22 \345\240\206\346\240\210\346\250\241\346\213\237\351\230\237\345\210\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/837 +// https://pintia.cn/problem-sets/15/exam/problems/837 #include using namespace std; void move(stack &s1, stack &s2) { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-23 \350\277\230\345\216\237\344\272\214\345\217\211\346\240\221.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-23 \350\277\230\345\216\237\344\272\214\345\217\211\346\240\221.cpp" index c6b4f6a..1e3a76d 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-23 \350\277\230\345\216\237\344\272\214\345\217\211\346\240\221.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-23 \350\277\230\345\216\237\344\272\214\345\217\211\346\240\221.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/838 +// https://pintia.cn/problem-sets/15/exam/problems/838 #include using namespace std; char pre[55], in[55]; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-24 \346\240\221\347\247\215\347\273\237\350\256\241.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-24 \346\240\221\347\247\215\347\273\237\350\256\241.cpp" index 648faa2..9b5a5c1 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-24 \346\240\221\347\247\215\347\273\237\350\256\241.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-24 \346\240\221\347\247\215\347\273\237\350\256\241.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/839 +// https://pintia.cn/problem-sets/15/exam/problems/839 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-25 \346\234\213\345\217\213\345\234\210.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-25 \346\234\213\345\217\213\345\234\210.cpp" index c606648..0bf180d 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-25 \346\234\213\345\217\213\345\234\210.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-25 \346\234\213\345\217\213\345\234\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/840 +// https://pintia.cn/problem-sets/15/exam/problems/840 #include using namespace std; const int N = 30010; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-26 Windows\346\266\210\346\201\257\351\230\237\345\210\227.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-26 Windows\346\266\210\346\201\257\351\230\237\345\210\227.cpp" index 72ec1a3..eab7c50 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-26 Windows\346\266\210\346\201\257\351\230\237\345\210\227.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-26 Windows\346\266\210\346\201\257\351\230\237\345\210\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/841 +// https://pintia.cn/problem-sets/15/exam/problems/841 #include using namespace std; struct node { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-27 \345\256\266\350\260\261\345\244\204\347\220\206.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-27 \345\256\266\350\260\261\345\244\204\347\220\206.cpp" index a0ae962..1820a47 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-27 \345\256\266\350\260\261\345\244\204\347\220\206.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-27 \345\256\266\350\260\261\345\244\204\347\220\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/842 +// https://pintia.cn/problem-sets/15/exam/problems/842 #include using namespace std; struct node { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-28 \346\220\234\347\264\242\346\240\221\345\210\244\346\226\255.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-28 \346\220\234\347\264\242\346\240\221\345\210\244\346\226\255.cpp" index 24afc2c..a5ebb52 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-28 \346\220\234\347\264\242\346\240\221\345\210\244\346\226\255.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-28 \346\220\234\347\264\242\346\240\221\345\210\244\346\226\255.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/843 +// https://pintia.cn/problem-sets/15/exam/problems/843 #include using namespace std; struct node { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-29 \344\277\256\347\220\206\347\211\247\345\234\272.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-29 \344\277\256\347\220\206\347\211\247\345\234\272.cpp" index 0f4bcf9..9c03239 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-29 \344\277\256\347\220\206\347\211\247\345\234\272.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-29 \344\277\256\347\220\206\347\211\247\345\234\272.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/856 +// https://pintia.cn/problem-sets/15/exam/problems/856 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-3 \346\240\221\347\232\204\345\220\214\346\236\204.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-3 \346\240\221\347\232\204\345\220\214\346\236\204.cpp" index 1c0a667..dcdd9e4 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-3 \346\240\221\347\232\204\345\220\214\346\236\204.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-3 \346\240\221\347\232\204\345\220\214\346\236\204.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/711 +// https://pintia.cn/problem-sets/15/exam/problems/711 #include using namespace std; struct node { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-30 \347\233\256\345\275\225\346\240\221.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-30 \347\233\256\345\275\225\346\240\221.cpp" index abb3353..4f12000 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-30 \347\233\256\345\275\225\346\240\221.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-30 \347\233\256\345\275\225\346\240\221.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/857 +// https://pintia.cn/problem-sets/15/exam/problems/857 #include using namespace std; struct node { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-31 \347\254\233\345\215\241\345\260\224\346\240\221.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-31 \347\254\233\345\215\241\345\260\224\346\240\221.cpp" index 5ecc898..8bda336 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-31 \347\254\233\345\215\241\345\260\224\346\240\221.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-31 \347\254\233\345\215\241\345\260\224\346\240\221.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/858 +// https://pintia.cn/problem-sets/15/exam/problems/858 #include using namespace std; const int N = 1010; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-32 \345\223\245\345\260\274\346\226\257\345\240\241\347\232\204\342\200\234\344\270\203\346\241\245\351\227\256\351\242\230\342\200\235.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-32 \345\223\245\345\260\274\346\226\257\345\240\241\347\232\204\342\200\234\344\270\203\346\241\245\351\227\256\351\242\230\342\200\235.cpp" index 671e5c8..c08139e 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-32 \345\223\245\345\260\274\346\226\257\345\240\241\347\232\204\342\200\234\344\270\203\346\241\245\351\227\256\351\242\230\342\200\235.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-32 \345\223\245\345\260\274\346\226\257\345\240\241\347\232\204\342\200\234\344\270\203\346\241\245\351\227\256\351\242\230\342\200\235.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/859 +// https://pintia.cn/problem-sets/15/exam/problems/859 #include using namespace std; bool vis[1010] = {false}; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-33 \345\234\260\344\270\213\350\277\267\345\256\253\346\216\242\347\264\242.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-33 \345\234\260\344\270\213\350\277\267\345\256\253\346\216\242\347\264\242.cpp" index a8a65f0..6e5380a 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-33 \345\234\260\344\270\213\350\277\267\345\256\253\346\216\242\347\264\242.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-33 \345\234\260\344\270\213\350\277\267\345\256\253\346\216\242\347\264\242.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/860 +// https://pintia.cn/problem-sets/15/exam/problems/860 #include using namespace std; const int N = 1010; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-34 \344\273\273\345\212\241\350\260\203\345\272\246\347\232\204\345\220\210\347\220\206\346\200\247.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-34 \344\273\273\345\212\241\350\260\203\345\272\246\347\232\204\345\220\210\347\220\206\346\200\247.cpp" index 4dfbdd1..3da7988 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-34 \344\273\273\345\212\241\350\260\203\345\272\246\347\232\204\345\220\210\347\220\206\346\200\247.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-34 \344\273\273\345\212\241\350\260\203\345\272\246\347\232\204\345\220\210\347\220\206\346\200\247.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/861 +// https://pintia.cn/problem-sets/15/exam/problems/861 #include using namespace std; const int N = 110; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-35 \345\237\216\345\270\202\351\227\264\347\264\247\346\200\245\346\225\221\346\217\264.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-35 \345\237\216\345\270\202\351\227\264\347\264\247\346\200\245\346\225\221\346\217\264.cpp" index c7e7256..280013d 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-35 \345\237\216\345\270\202\351\227\264\347\264\247\346\200\245\346\225\221\346\217\264.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-35 \345\237\216\345\270\202\351\227\264\347\264\247\346\200\245\346\225\221\346\217\264.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/862 +// https://pintia.cn/problem-sets/15/exam/problems/862 #include using namespace std; const int N = 510, INF = INT_MAX; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-36 \347\244\276\344\272\244\347\275\221\347\273\234\345\233\276\344\270\255\347\273\223\347\202\271\347\232\204\342\200\234\351\207\215\350\246\201\346\200\247\342\200\235\350\256\241\347\256\227.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-36 \347\244\276\344\272\244\347\275\221\347\273\234\345\233\276\344\270\255\347\273\223\347\202\271\347\232\204\342\200\234\351\207\215\350\246\201\346\200\247\342\200\235\350\256\241\347\256\227.cpp" index 2afab6a..995d503 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-36 \347\244\276\344\272\244\347\275\221\347\273\234\345\233\276\344\270\255\347\273\223\347\202\271\347\232\204\342\200\234\351\207\215\350\246\201\346\200\247\342\200\235\350\256\241\347\256\227.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-36 \347\244\276\344\272\244\347\275\221\347\273\234\345\233\276\344\270\255\347\273\223\347\202\271\347\232\204\342\200\234\351\207\215\350\246\201\346\200\247\342\200\235\350\256\241\347\256\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/863 +// https://pintia.cn/problem-sets/15/exam/problems/863 #include using namespace std; const int N = 10010, INF = INT_MAX; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-37 \346\250\241\346\213\237EXCEL\346\216\222\345\272\217.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-37 \346\250\241\346\213\237EXCEL\346\216\222\345\272\217.cpp" index 8c67887..ba0b296 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-37 \346\250\241\346\213\237EXCEL\346\216\222\345\272\217.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-37 \346\250\241\346\213\237EXCEL\346\216\222\345\272\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/864 +// https://pintia.cn/problem-sets/15/exam/problems/864 #include using namespace std; struct node { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-38 \345\257\273\346\211\276\345\244\247\345\257\214\347\277\201.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-38 \345\257\273\346\211\276\345\244\247\345\257\214\347\277\201.cpp" index 3a1e12b..78b93cb 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-38 \345\257\273\346\211\276\345\244\247\345\257\214\347\277\201.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-38 \345\257\273\346\211\276\345\244\247\345\257\214\347\277\201.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/865 +// https://pintia.cn/problem-sets/15/exam/problems/865 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-39 \351\255\224\346\263\225\344\274\230\346\203\240\345\210\270.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-39 \351\255\224\346\263\225\344\274\230\346\203\240\345\210\270.cpp" index 4d9a9d5..523182b 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-39 \351\255\224\346\263\225\344\274\230\346\203\240\345\210\270.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-39 \351\255\224\346\263\225\344\274\230\346\203\240\345\210\270.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/866 +// https://pintia.cn/problem-sets/15/exam/problems/866 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-4 \346\230\257\345\220\246\345\220\214\344\270\200\346\243\265\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-4 \346\230\257\345\220\246\345\220\214\344\270\200\346\243\265\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.cpp" index c9e9cf8..9fae49f 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-4 \346\230\257\345\220\246\345\220\214\344\270\200\346\243\265\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-4 \346\230\257\345\220\246\345\220\214\344\270\200\346\243\265\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/712 +// https://pintia.cn/problem-sets/15/exam/problems/712 #include using namespace std; struct node { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-40 \345\245\245\350\277\220\346\216\222\350\241\214\346\246\234.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-40 \345\245\245\350\277\220\346\216\222\350\241\214\346\246\234.cpp" index 44b7454..050d24d 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-40 \345\245\245\350\277\220\346\216\222\350\241\214\346\246\234.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-40 \345\245\245\350\277\220\346\216\222\350\241\214\346\246\234.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/867 +// https://pintia.cn/problem-sets/15/exam/problems/867 #include using namespace std; const int N = 230; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-41 PAT\346\216\222\345\220\215\346\261\207\346\200\273.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-41 PAT\346\216\222\345\220\215\346\261\207\346\200\273.cpp" index 3f6e712..cda0353 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-41 PAT\346\216\222\345\220\215\346\261\207\346\200\273.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-41 PAT\346\216\222\345\220\215\346\261\207\346\200\273.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/888 +// https://pintia.cn/problem-sets/15/exam/problems/888 #include using namespace std; struct node { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-42 \346\225\264\345\236\213\345\205\263\351\224\256\345\255\227\347\232\204\346\225\243\345\210\227\346\230\240\345\260\204.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-42 \346\225\264\345\236\213\345\205\263\351\224\256\345\255\227\347\232\204\346\225\243\345\210\227\346\230\240\345\260\204.cpp" index 4a72e7b..5dc9c02 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-42 \346\225\264\345\236\213\345\205\263\351\224\256\345\255\227\347\232\204\346\225\243\345\210\227\346\230\240\345\260\204.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-42 \346\225\264\345\236\213\345\205\263\351\224\256\345\255\227\347\232\204\346\225\243\345\210\227\346\230\240\345\260\204.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/889 +// https://pintia.cn/problem-sets/15/exam/problems/889 #include using namespace std; const int N = 1010; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-43 \345\255\227\347\254\246\344\270\262\345\205\263\351\224\256\345\255\227\347\232\204\346\225\243\345\210\227\346\230\240\345\260\204.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-43 \345\255\227\347\254\246\344\270\262\345\205\263\351\224\256\345\255\227\347\232\204\346\225\243\345\210\227\346\230\240\345\260\204.cpp" index 5ba0c35..efb5bed 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-43 \345\255\227\347\254\246\344\270\262\345\205\263\351\224\256\345\255\227\347\232\204\346\225\243\345\210\227\346\230\240\345\260\204.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-43 \345\255\227\347\254\246\344\270\262\345\205\263\351\224\256\345\255\227\347\232\204\346\225\243\345\210\227\346\230\240\345\260\204.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/890 +// https://pintia.cn/problem-sets/15/exam/problems/890 #include using namespace std; int getHash(string s) { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-44 \345\237\272\344\272\216\350\257\215\351\242\221\347\232\204\346\226\207\344\273\266\347\233\270\344\274\274\345\272\246.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-44 \345\237\272\344\272\216\350\257\215\351\242\221\347\232\204\346\226\207\344\273\266\347\233\270\344\274\274\345\272\246.cpp" index 390506d..5ec28a0 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-44 \345\237\272\344\272\216\350\257\215\351\242\221\347\232\204\346\226\207\344\273\266\347\233\270\344\274\274\345\272\246.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-44 \345\237\272\344\272\216\350\257\215\351\242\221\347\232\204\346\226\207\344\273\266\347\233\270\344\274\274\345\272\246.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/891 +// https://pintia.cn/problem-sets/15/exam/problems/891 #include using namespace std; void parse(string str, set &s) { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-45 \350\210\252\347\251\272\345\205\254\345\217\270VIP\345\256\242\346\210\267\346\237\245\350\257\242.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-45 \350\210\252\347\251\272\345\205\254\345\217\270VIP\345\256\242\346\210\267\346\237\245\350\257\242.cpp" index 164619b..429f8ec 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-45 \350\210\252\347\251\272\345\205\254\345\217\270VIP\345\256\242\346\210\267\346\237\245\350\257\242.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-45 \350\210\252\347\251\272\345\205\254\345\217\270VIP\345\256\242\346\210\267\346\237\245\350\257\242.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/892 +// https://pintia.cn/problem-sets/15/exam/problems/892 #include typedef long long ll; using namespace std; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-46 \346\226\260\346\265\252\345\276\256\345\215\232\347\203\255\351\227\250\350\257\235\351\242\230.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-46 \346\226\260\346\265\252\345\276\256\345\215\232\347\203\255\351\227\250\350\257\235\351\242\230.cpp" index e9a7c4e..52e6545 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-46 \346\226\260\346\265\252\345\276\256\345\215\232\347\203\255\351\227\250\350\257\235\351\242\230.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-46 \346\226\260\346\265\252\345\276\256\345\215\232\347\203\255\351\227\250\350\257\235\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/893 +// https://pintia.cn/problem-sets/15/exam/problems/893 #include using namespace std; struct node { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-47 \346\211\223\345\215\260\351\200\211\350\257\276\345\255\246\347\224\237\345\220\215\345\215\225.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-47 \346\211\223\345\215\260\351\200\211\350\257\276\345\255\246\347\224\237\345\220\215\345\215\225.cpp" index 3230f5d..4e44602 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-47 \346\211\223\345\215\260\351\200\211\350\257\276\345\255\246\347\224\237\345\220\215\345\215\225.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-47 \346\211\223\345\215\260\351\200\211\350\257\276\345\255\246\347\224\237\345\220\215\345\215\225.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/894 +// https://pintia.cn/problem-sets/15/exam/problems/894 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-48 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\347\252\227\345\217\243\342\200\234\345\244\271\345\241\236\342\200\235\347\211\210.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-48 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\347\252\227\345\217\243\342\200\234\345\244\271\345\241\236\342\200\235\347\211\210.cpp" index 7b96505..7284e5d 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-48 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\347\252\227\345\217\243\342\200\234\345\244\271\345\241\236\342\200\235\347\211\210.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-48 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\347\252\227\345\217\243\342\200\234\345\244\271\345\241\236\342\200\235\347\211\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/895 +// https://pintia.cn/problem-sets/15/exam/problems/895 #include using namespace std; const int N = 10001; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-49 \346\211\223\345\215\260\345\255\246\347\224\237\351\200\211\350\257\276\346\270\205\345\215\225.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-49 \346\211\223\345\215\260\345\255\246\347\224\237\351\200\211\350\257\276\346\270\205\345\215\225.cpp" index 7cf3db3..ea01453 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-49 \346\211\223\345\215\260\345\255\246\347\224\237\351\200\211\350\257\276\346\270\205\345\215\225.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-49 \346\211\223\345\215\260\345\255\246\347\224\237\351\200\211\350\257\276\346\270\205\345\215\225.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/994805342720868352/problems/994805447855292416 +// https://pintia.cn/problem-sets/15/exam/problems/896 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-5 \345\240\206\344\270\255\347\232\204\350\267\257\345\276\204.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-5 \345\240\206\344\270\255\347\232\204\350\267\257\345\276\204.cpp" index b1c0b47..dae63ea 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-5 \345\240\206\344\270\255\347\232\204\350\267\257\345\276\204.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-5 \345\240\206\344\270\255\347\232\204\350\267\257\345\276\204.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/713 +// https://pintia.cn/problem-sets/15/exam/problems/713 #include using namespace std; vector heap; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-50 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\345\261\200\351\203\250\346\234\200\345\260\217\350\212\261\350\264\271\351\227\256\351\242\230.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-50 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\345\261\200\351\203\250\346\234\200\345\260\217\350\212\261\350\264\271\351\227\256\351\242\230.cpp" index af01495..4410c33 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-50 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\345\261\200\351\203\250\346\234\200\345\260\217\350\212\261\350\264\271\351\227\256\351\242\230.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-50 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\345\261\200\351\203\250\346\234\200\345\260\217\350\212\261\350\264\271\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/897 +// https://pintia.cn/problem-sets/15/exam/problems/897 #include using namespace std; const int N = 110; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-51 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\345\220\210\345\271\266.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-51 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\345\220\210\345\271\266.cpp" index 0608b54..186e900 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-51 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\345\220\210\345\271\266.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-51 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\345\220\210\345\271\266.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/2992 +// https://pintia.cn/problem-sets/15/exam/problems/2992 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-52 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\344\272\244\351\233\206.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-52 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\344\272\244\351\233\206.cpp" index 1977e0b..cd2d050 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-52 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\344\272\244\351\233\206.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-52 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\344\272\244\351\233\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/2999 +// https://pintia.cn/problem-sets/15/exam/problems/2999 #include using namespace std; int main() { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-53 \344\270\244\344\270\252\346\234\211\345\272\217\345\272\217\345\210\227\347\232\204\344\270\255\344\275\215\346\225\260.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-53 \344\270\244\344\270\252\346\234\211\345\272\217\345\272\217\345\210\227\347\232\204\344\270\255\344\275\215\346\225\260.cpp" index d5211fe..c0a6383 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-53 \344\270\244\344\270\252\346\234\211\345\272\217\345\272\217\345\210\227\347\232\204\344\270\255\344\275\215\346\225\260.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-53 \344\270\244\344\270\252\346\234\211\345\272\217\345\272\217\345\210\227\347\232\204\344\270\255\344\275\215\346\225\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/3001 +// https://pintia.cn/problem-sets/15/exam/problems/3001 #include using namespace std; int findMedianSortedArrays1(vector& num1, vector& num2) { diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-6 \345\210\227\345\207\272\350\277\236\351\200\232\351\233\206.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-6 \345\210\227\345\207\272\350\277\236\351\200\232\351\233\206.cpp" index 30b64b9..383fd20 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-6 \345\210\227\345\207\272\350\277\236\351\200\232\351\233\206.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-6 \345\210\227\345\207\272\350\277\236\351\200\232\351\233\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/714 +// https://pintia.cn/problem-sets/15/exam/problems/714 #include using namespace std; int e[10][10], n, m; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-7 \345\205\255\345\272\246\347\251\272\351\227\264.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-7 \345\205\255\345\272\246\347\251\272\351\227\264.cpp" index 5256bde..dae0859 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-7 \345\205\255\345\272\246\347\251\272\351\227\264.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-7 \345\205\255\345\272\246\347\251\272\351\227\264.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/715 +// https://pintia.cn/problem-sets/15/exam/problems/715 #include using namespace std; const int N = 1010; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-8 \345\223\210\345\210\251\302\267\346\263\242\347\211\271\347\232\204\350\200\203\350\257\225.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-8 \345\223\210\345\210\251\302\267\346\263\242\347\211\271\347\232\204\350\200\203\350\257\225.cpp" index 84b22a4..ad3223d 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-8 \345\223\210\345\210\251\302\267\346\263\242\347\211\271\347\232\204\350\200\203\350\257\225.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-8 \345\223\210\345\210\251\302\267\346\263\242\347\211\271\347\232\204\350\200\203\350\257\225.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/716 +// https://pintia.cn/problem-sets/15/exam/problems/716 #include using namespace std; const int N = 110, INF = INT_MAX; diff --git "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-9 \346\227\205\346\270\270\350\247\204\345\210\222.cpp" "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-9 \346\227\205\346\270\270\350\247\204\345\210\222.cpp" index 9c3a118..bb2d2bc 100644 --- "a/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-9 \346\227\205\346\270\270\350\247\204\345\210\222.cpp" +++ "b/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225\351\242\230\347\233\256\351\233\206(\344\270\255\346\226\207)/\347\274\226\347\250\213\351\242\230/7-9 \346\227\205\346\270\270\350\247\204\345\210\222.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/15/problems/717 +// https://pintia.cn/problem-sets/15/exam/problems/717 #include using namespace std; const int N = 510, INF = 0x3f3f3f3f; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-1 \345\210\244\346\226\255\346\273\241\350\266\263\346\235\241\344\273\266\347\232\204\344\270\211\344\275\215\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-1 \345\210\244\346\226\255\346\273\241\350\266\263\346\235\241\344\273\266\347\232\204\344\270\211\344\275\215\346\225\260.c" index a8b38f7..d3ab5f9 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-1 \345\210\244\346\226\255\346\273\241\350\266\263\346\235\241\344\273\266\347\232\204\344\270\211\344\275\215\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-1 \345\210\244\346\226\255\346\273\241\350\266\263\346\235\241\344\273\266\347\232\204\344\270\211\344\275\215\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/351 +// https://pintia.cn/problem-sets/12/exam/problems/351 int search( int n ) { int cnt = 0; for (int i = 101; i <= n; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-2 \351\200\222\345\275\222\346\261\202\351\230\266\344\271\230\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-2 \351\200\222\345\275\222\346\261\202\351\230\266\344\271\230\345\222\214.c" index 114f6a7..8b5d1ba 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-2 \351\200\222\345\275\222\346\261\202\351\230\266\344\271\230\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-2 \351\200\222\345\275\222\346\261\202\351\230\266\344\271\230\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/352 +// https://pintia.cn/problem-sets/12/exam/problems/352 double fact( int n ) { if (n <= 1) return 1; return n * fact(n - 1); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-3 \351\200\222\345\275\222\345\256\236\347\216\260\346\214\207\346\225\260\345\207\275\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-3 \351\200\222\345\275\222\345\256\236\347\216\260\346\214\207\346\225\260\345\207\275\346\225\260.c" index 990de8a..d95a711 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-3 \351\200\222\345\275\222\345\256\236\347\216\260\346\214\207\346\225\260\345\207\275\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-3 \351\200\222\345\275\222\345\256\236\347\216\260\346\214\207\346\225\260\345\207\275\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/353 +// https://pintia.cn/problem-sets/12/exam/problems/353 double calc_pow( double x, int n ) { if (n == 0) return 1; return x * calc_pow(x, n - 1); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-4 \351\200\222\345\275\222\346\261\202\347\256\200\345\215\225\344\272\244\351\224\231\345\271\202\347\272\247\346\225\260\347\232\204\351\203\250\345\210\206\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-4 \351\200\222\345\275\222\346\261\202\347\256\200\345\215\225\344\272\244\351\224\231\345\271\202\347\272\247\346\225\260\347\232\204\351\203\250\345\210\206\345\222\214.c" index 604791b..c17b0ff 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-4 \351\200\222\345\275\222\346\261\202\347\256\200\345\215\225\344\272\244\351\224\231\345\271\202\347\272\247\346\225\260\347\232\204\351\203\250\345\210\206\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-4 \351\200\222\345\275\222\346\261\202\347\256\200\345\215\225\344\272\244\351\224\231\345\271\202\347\272\247\346\225\260\347\232\204\351\203\250\345\210\206\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/354 +// https://pintia.cn/problem-sets/12/exam/problems/354 double fn( double x, int n ) { if (n == 1) return x; return fn(x, n - 1) + (n % 2 != 0 ? pow(x, n) : -pow(x, n)); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-5 \351\200\222\345\275\222\350\256\241\347\256\227Ackermenn\345\207\275\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-5 \351\200\222\345\275\222\350\256\241\347\256\227Ackermenn\345\207\275\346\225\260.c" index 5c7af3f..d8a5050 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-5 \351\200\222\345\275\222\350\256\241\347\256\227Ackermenn\345\207\275\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-5 \351\200\222\345\275\222\350\256\241\347\256\227Ackermenn\345\207\275\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/355 +// https://pintia.cn/problem-sets/12/exam/problems/355 int Ack( int m, int n ) { if (m == 0) return n + 1; if (n == 0 && m > 0) return Ack(m - 1, 1); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-6 \351\200\222\345\275\222\346\261\202Fabonacci\346\225\260\345\210\227.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-6 \351\200\222\345\275\222\346\261\202Fabonacci\346\225\260\345\210\227.c" index cbd6dde..be05270 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-6 \351\200\222\345\275\222\346\261\202Fabonacci\346\225\260\345\210\227.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-6 \351\200\222\345\275\222\346\261\202Fabonacci\346\225\260\345\210\227.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/356 +// https://pintia.cn/problem-sets/12/exam/problems/356 int f( int n ) { if (n <= 1) return n; return f(n - 2) + f(n - 1); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-7 \345\215\201\350\277\233\345\210\266\350\275\254\346\215\242\344\272\214\350\277\233\345\210\266.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-7 \345\215\201\350\277\233\345\210\266\350\275\254\346\215\242\344\272\214\350\277\233\345\210\266.c" index 73c4df9..488798b 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-7 \345\215\201\350\277\233\345\210\266\350\275\254\346\215\242\344\272\214\350\277\233\345\210\266.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-7 \345\215\201\350\277\233\345\210\266\350\275\254\346\215\242\344\272\214\350\277\233\345\210\266.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/357 +// https://pintia.cn/problem-sets/12/exam/problems/357 void dectobin( int n ) { if (n <= 1) { printf("%d", n); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-8 \351\200\222\345\275\222\345\256\236\347\216\260\351\241\272\345\272\217\350\276\223\345\207\272\346\225\264\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-8 \351\200\222\345\275\222\345\256\236\347\216\260\351\241\272\345\272\217\350\276\223\345\207\272\346\225\264\346\225\260.c" index 8114196..8d9f9f2 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-8 \351\200\222\345\275\222\345\256\236\347\216\260\351\241\272\345\272\217\350\276\223\345\207\272\346\225\264\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23010-8 \351\200\222\345\275\222\345\256\236\347\216\260\351\241\272\345\272\217\350\276\223\345\207\272\346\225\264\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/358 +// https://pintia.cn/problem-sets/12/exam/problems/358 void printdigits( int n ) { if (n < 10) { printf("%d\n", n); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-1 \350\276\223\345\207\272\346\234\210\344\273\275\350\213\261\346\226\207\345\220\215.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-1 \350\276\223\345\207\272\346\234\210\344\273\275\350\213\261\346\226\207\345\220\215.c" index c049587..714f231 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-1 \350\276\223\345\207\272\346\234\210\344\273\275\350\213\261\346\226\207\345\220\215.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-1 \350\276\223\345\207\272\346\234\210\344\273\275\350\213\261\346\226\207\345\220\215.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/359 +// https://pintia.cn/problem-sets/12/exam/problems/359 char month[][15] = {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"}; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-2 \346\237\245\346\211\276\346\230\237\346\234\237.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-2 \346\237\245\346\211\276\346\230\237\346\234\237.c" index 442bcd9..a0b2e7a 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-2 \346\237\245\346\211\276\346\230\237\346\234\237.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-2 \346\237\245\346\211\276\346\230\237\346\234\237.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/360 +// https://pintia.cn/problem-sets/12/exam/problems/360 int getindex( char *s ) { int ans = -1; if (strcmp(s, "Sunday") == 0) return 0; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-3 \350\256\241\347\256\227\346\234\200\351\225\277\347\232\204\345\255\227\347\254\246\344\270\262\351\225\277\345\272\246.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-3 \350\256\241\347\256\227\346\234\200\351\225\277\347\232\204\345\255\227\347\254\246\344\270\262\351\225\277\345\272\246.c" index 9c2c97c..9fc6eef 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-3 \350\256\241\347\256\227\346\234\200\351\225\277\347\232\204\345\255\227\347\254\246\344\270\262\351\225\277\345\272\246.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-3 \350\256\241\347\256\227\346\234\200\351\225\277\347\232\204\345\255\227\347\254\246\344\270\262\351\225\277\345\272\246.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/361 +// https://pintia.cn/problem-sets/12/exam/problems/361 int max_len( char *s[], int n ) { int ans = -1; for (int i = 0; i < n; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-4 \345\255\227\347\254\246\344\270\262\347\232\204\350\277\236\346\216\245.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-4 \345\255\227\347\254\246\344\270\262\347\232\204\350\277\236\346\216\245.c" index 0190927..f78362f 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-4 \345\255\227\347\254\246\344\270\262\347\232\204\350\277\236\346\216\245.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-4 \345\255\227\347\254\246\344\270\262\347\232\204\350\277\236\346\216\245.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/362 +// https://pintia.cn/problem-sets/12/exam/problems/362 char *str_cat( char *s, char *t ) { strncat(s, t, strlen(t)); return s; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-5 \346\214\207\345\256\232\344\275\215\347\275\256\350\276\223\345\207\272\345\255\227\347\254\246\344\270\262.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-5 \346\214\207\345\256\232\344\275\215\347\275\256\350\276\223\345\207\272\345\255\227\347\254\246\344\270\262.c" index 20ada0c..b1e6de6 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-5 \346\214\207\345\256\232\344\275\215\347\275\256\350\276\223\345\207\272\345\255\227\347\254\246\344\270\262.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-5 \346\214\207\345\256\232\344\275\215\347\275\256\350\276\223\345\207\272\345\255\227\347\254\246\344\270\262.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/363 +// https://pintia.cn/problem-sets/12/exam/problems/363 char *match(char *s, char ch1, char ch2) { char *p = s; while (*p != '\0' && *p != ch1) p++; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-6 \346\237\245\346\211\276\345\255\220\344\270\262.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-6 \346\237\245\346\211\276\345\255\220\344\270\262.c" index 23d8d46..6c0b6f2 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-6 \346\237\245\346\211\276\345\255\220\344\270\262.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-6 \346\237\245\346\211\276\345\255\220\344\270\262.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/364 +// https://pintia.cn/problem-sets/12/exam/problems/364 char *search( char *s, char *t ) { int slen = strlen(s), tlen = strlen(t); for (int i = 0; i <= slen - tlen; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-7 \345\245\207\346\225\260\345\200\274\347\273\223\347\202\271\351\223\276\350\241\250.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-7 \345\245\207\346\225\260\345\200\274\347\273\223\347\202\271\351\223\276\350\241\250.c" index bd30645..213d80d 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-7 \345\245\207\346\225\260\345\200\274\347\273\223\347\202\271\351\223\276\350\241\250.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-7 \345\245\207\346\225\260\345\200\274\347\273\223\347\202\271\351\223\276\350\241\250.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/365 +// https://pintia.cn/problem-sets/12/exam/problems/365 struct ListNode *readlist() { struct ListNode* head = (struct ListNode*)malloc(sizeof(struct ListNode)); head->next = NULL; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-8 \345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\345\210\240\351\231\244.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-8 \345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\345\210\240\351\231\244.c" index 4f73a28..6615c11 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-8 \345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\345\210\240\351\231\244.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\23011-8 \345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\345\210\240\351\231\244.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/366 +// https://pintia.cn/problem-sets/12/exam/problems/366 struct ListNode *readlist() { struct ListNode* head = (struct ListNode*)malloc(sizeof(struct ListNode)); head->next = NULL; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-1 \347\254\246\345\217\267\345\207\275\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-1 \347\254\246\345\217\267\345\207\275\346\225\260.c" index b2cf006..90478d9 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-1 \347\254\246\345\217\267\345\207\275\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-1 \347\254\246\345\217\267\345\207\275\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/301 +// https://pintia.cn/problem-sets/12/exam/problems/301 int sign( int x ) { if (x > 0) return 1; else if (x == 0) return 0; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\345\245\207\346\225\260\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\345\245\207\346\225\260\345\222\214.c" index c38b67f..378daed 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\345\245\207\346\225\260\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\345\245\207\346\225\260\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/302 +// https://pintia.cn/problem-sets/12/exam/problems/302 int even(int n) { return n % 2 == 0 ? 1 : 0; } int OddSum(int List[], int N) { if (N == 1) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-3 \344\275\277\347\224\250\345\207\275\346\225\260\350\256\241\347\256\227\344\270\244\347\202\271\351\227\264\347\232\204\350\267\235\347\246\273.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-3 \344\275\277\347\224\250\345\207\275\346\225\260\350\256\241\347\256\227\344\270\244\347\202\271\351\227\264\347\232\204\350\267\235\347\246\273.c" index 19c0094..a0f2c91 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-3 \344\275\277\347\224\250\345\207\275\346\225\260\350\256\241\347\256\227\344\270\244\347\202\271\351\227\264\347\232\204\350\267\235\347\246\273.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-3 \344\275\277\347\224\250\345\207\275\346\225\260\350\256\241\347\256\227\344\270\244\347\202\271\351\227\264\347\232\204\350\267\235\347\246\273.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/303 +// https://pintia.cn/problem-sets/12/exam/problems/303 double dist( double x1, double y1, double x2, double y2 ) { return sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)); } \ No newline at end of file diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-4 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-4 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.c" index 08102bc..1b263a8 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-4 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-4 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/304 +// https://pintia.cn/problem-sets/12/exam/problems/304 int prime( int p ) { if (p <= 1) return 0; for (int i = 2; i * i <= p; i++) diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-5 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-5 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.c" index b4bd0ca..f0ae7e7 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-5 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-5 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/305 +// https://pintia.cn/problem-sets/12/exam/problems/305 int CountDigit( int number, int digit ) { if (number == 0 && digit == 0) return 1; if (number < 0) number = -number; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-6 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\260\264\344\273\231\350\212\261\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-6 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\260\264\344\273\231\350\212\261\346\225\260.c" index 285eb38..ada5f88 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-6 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\260\264\344\273\231\350\212\261\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-6 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\260\264\344\273\231\350\212\261\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/306 +// https://pintia.cn/problem-sets/12/exam/problems/306 int narcissistic( int number ) { int len = 0, temp = number, sum = 0, d[10]; for ( ; temp != 0; temp /= 10) d[len++] = temp % 10; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-7 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\344\275\231\345\274\246\345\207\275\346\225\260\347\232\204\350\277\221\344\274\274\345\200\274.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-7 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\344\275\231\345\274\246\345\207\275\346\225\260\347\232\204\350\277\221\344\274\274\345\200\274.c" index 173d0ae..42e073c 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-7 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\344\275\231\345\274\246\345\207\275\346\225\260\347\232\204\350\277\221\344\274\274\345\200\274.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305-7 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\344\275\231\345\274\246\345\207\275\346\225\260\347\232\204\350\277\221\344\274\274\345\200\274.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/307 +// https://pintia.cn/problem-sets/12/exam/problems/307 double funcos( double e, double x ) { double ans = 1, item = 1, fac = 1; int flag = 1; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-1 \345\210\206\347\261\273\347\273\237\350\256\241\345\255\227\347\254\246\344\270\252\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-1 \345\210\206\347\261\273\347\273\237\350\256\241\345\255\227\347\254\246\344\270\252\346\225\260.c" index bea7715..18afdcf 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-1 \345\210\206\347\261\273\347\273\237\350\256\241\345\255\227\347\254\246\344\270\252\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-1 \345\210\206\347\261\273\347\273\237\350\256\241\345\255\227\347\254\246\344\270\252\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/308 +// https://pintia.cn/problem-sets/12/exam/problems/308 void StringCount( char s[] ) { int letter = 0, blank = 0, digit = 0, other = 0, len = strlen(s); for (int i = 0; i < len; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\345\222\214.c" index 26ca041..9546b50 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/309 +// https://pintia.cn/problem-sets/12/exam/problems/309 int fn( int a, int n ) { int sum = 0, i = 0; while (i++ < n) sum = sum * 10 + a; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-3 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204\345\256\214\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-3 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204\345\256\214\346\225\260.c" index f1f9e0c..d28b35a 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-3 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204\345\256\214\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-3 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204\345\256\214\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/310 +// https://pintia.cn/problem-sets/12/exam/problems/310 int factorsum( int number ) { int sum = 1; for (int i = 2; i < number; i++) diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204Fibonacci\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204Fibonacci\346\225\260.c" index b59dbb8..c1c9cda 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204Fibonacci\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204Fibonacci\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/311 +// https://pintia.cn/problem-sets/12/exam/problems/311 int dp[10010] = {0}; int fib(int n) { if (dp[n] != 0) return dp[n]; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-5 \344\275\277\347\224\250\345\207\275\346\225\260\351\252\214\350\257\201\345\223\245\345\276\267\345\267\264\350\265\253\347\214\234\346\203\263.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-5 \344\275\277\347\224\250\345\207\275\346\225\260\351\252\214\350\257\201\345\223\245\345\276\267\345\267\264\350\265\253\347\214\234\346\203\263.c" index 6af5f91..7a4f54f 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-5 \344\275\277\347\224\250\345\207\275\346\225\260\351\252\214\350\257\201\345\223\245\345\276\267\345\267\264\350\265\253\347\214\234\346\203\263.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-5 \344\275\277\347\224\250\345\207\275\346\225\260\351\252\214\350\257\201\345\223\245\345\276\267\345\267\264\350\265\253\347\214\234\346\203\263.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/312 +// https://pintia.cn/problem-sets/12/exam/problems/312 int prime( int p ) { if (p <= 1) return 0; for (int i = 2; i * i <= p; i++) diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-6 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\344\270\200\344\270\252\346\225\264\346\225\260\347\232\204\351\200\206\345\272\217\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-6 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\344\270\200\344\270\252\346\225\264\346\225\260\347\232\204\351\200\206\345\272\217\346\225\260.c" index 3d95458..b27be8e 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-6 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\344\270\200\344\270\252\346\225\264\346\225\260\347\232\204\351\200\206\345\272\217\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2306-6 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\344\270\200\344\270\252\346\225\264\346\225\260\347\232\204\351\200\206\345\272\217\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/313 +// https://pintia.cn/problem-sets/12/exam/problems/313 int reverse( int number ) { int isneg = 0; if (number < 0) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-1 \346\213\206\345\210\206\345\256\236\346\225\260\347\232\204\346\225\264\346\225\260\344\270\216\345\260\217\346\225\260\351\203\250\345\210\206.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-1 \346\213\206\345\210\206\345\256\236\346\225\260\347\232\204\346\225\264\346\225\260\344\270\216\345\260\217\346\225\260\351\203\250\345\210\206.c" index f13926f..17f4f00 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-1 \346\213\206\345\210\206\345\256\236\346\225\260\347\232\204\346\225\264\346\225\260\344\270\216\345\260\217\346\225\260\351\203\250\345\210\206.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-1 \346\213\206\345\210\206\345\256\236\346\225\260\347\232\204\346\225\264\346\225\260\344\270\216\345\260\217\346\225\260\351\203\250\345\210\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/334 +// https://pintia.cn/problem-sets/12/exam/problems/334 void splitfloat( float x, int *intpart, float *fracpart ) { *intpart = (int) x; *fracpart = x - *intpart; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-2 \345\234\250\346\225\260\347\273\204\344\270\255\346\237\245\346\211\276\346\214\207\345\256\232\345\205\203\347\264\240.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-2 \345\234\250\346\225\260\347\273\204\344\270\255\346\237\245\346\211\276\346\214\207\345\256\232\345\205\203\347\264\240.c" index 1071983..2496a20 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-2 \345\234\250\346\225\260\347\273\204\344\270\255\346\237\245\346\211\276\346\214\207\345\256\232\345\205\203\347\264\240.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-2 \345\234\250\346\225\260\347\273\204\344\270\255\346\237\245\346\211\276\346\214\207\345\256\232\345\205\203\347\264\240.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/335 +// https://pintia.cn/problem-sets/12/exam/problems/335 int search( int list[], int n, int x ) { for (int i = 0; i < n; i++) if (list[i] == x) return i; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-3 \346\225\260\347\273\204\345\276\252\347\216\257\345\217\263\347\247\273.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-3 \346\225\260\347\273\204\345\276\252\347\216\257\345\217\263\347\247\273.c" index 2c091bd..0dd38f4 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-3 \346\225\260\347\273\204\345\276\252\347\216\257\345\217\263\347\247\273.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-3 \346\225\260\347\273\204\345\276\252\347\216\257\345\217\263\347\247\273.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/336 +// https://pintia.cn/problem-sets/12/exam/problems/336 void swap(int *a, int *b) { int t = *a; *a = *b; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-5 \344\275\277\347\224\250\345\207\275\346\225\260\345\256\236\347\216\260\345\255\227\347\254\246\344\270\262\351\203\250\345\210\206\345\244\215\345\210\266.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-5 \344\275\277\347\224\250\345\207\275\346\225\260\345\256\236\347\216\260\345\255\227\347\254\246\344\270\262\351\203\250\345\210\206\345\244\215\345\210\266.c" index 5ab2f93..22b5145 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-5 \344\275\277\347\224\250\345\207\275\346\225\260\345\256\236\347\216\260\345\255\227\347\254\246\344\270\262\351\203\250\345\210\206\345\244\215\345\210\266.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-5 \344\275\277\347\224\250\345\207\275\346\225\260\345\256\236\347\216\260\345\255\227\347\254\246\344\270\262\351\203\250\345\210\206\345\244\215\345\210\266.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/338 +// https://pintia.cn/problem-sets/12/exam/problems/338 void strmcpy( char *t, int m, char *s ) { int tlen = strlen(t); if (m < 0 && m > tlen) return; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-6 \345\210\240\351\231\244\345\255\227\347\254\246.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-6 \345\210\240\351\231\244\345\255\227\347\254\246.c" index c703b00..7e1988f 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-6 \345\210\240\351\231\244\345\255\227\347\254\246.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-6 \345\210\240\351\231\244\345\255\227\347\254\246.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/339 +// https://pintia.cn/problem-sets/12/exam/problems/339 void delchar( char *str, char c ) { int len = strlen(str), i = 0, j = 0; for (int j = 0; j < len; j++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-8 \345\210\244\346\226\255\345\233\236\346\226\207\345\255\227\347\254\246\344\270\262.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-8 \345\210\244\346\226\255\345\233\236\346\226\207\345\255\227\347\254\246\344\270\262.c" index 2585596..b38724f 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-8 \345\210\244\346\226\255\345\233\236\346\226\207\345\255\227\347\254\246\344\270\262.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-8 \345\210\244\346\226\255\345\233\236\346\226\207\345\255\227\347\254\246\344\270\262.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/342 +// https://pintia.cn/problem-sets/12/exam/problems/342 bool palindrome( char *s ) { int len = strlen(s); for (int i = 0; i < len / 2; i++) diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-9 \345\210\206\347\261\273\347\273\237\350\256\241\345\220\204\347\261\273\345\255\227\347\254\246\344\270\252\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-9 \345\210\206\347\261\273\347\273\237\350\256\241\345\220\204\347\261\273\345\255\227\347\254\246\344\270\252\346\225\260.c" index 20cf629..5f383b4 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-9 \345\210\206\347\261\273\347\273\237\350\256\241\345\220\204\347\261\273\345\255\227\347\254\246\344\270\252\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2308-9 \345\210\206\347\261\273\347\273\237\350\256\241\345\220\204\347\261\273\345\255\227\347\254\246\344\270\252\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/343 +// https://pintia.cn/problem-sets/12/exam/problems/343 void StringCount( char *s ) { int cnt[6] = {0}; for (int i = 0; i < strlen(s); i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2309-6 \346\214\211\347\255\211\347\272\247\347\273\237\350\256\241\345\255\246\347\224\237\346\210\220\347\273\251.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2309-6 \346\214\211\347\255\211\347\272\247\347\273\237\350\256\241\345\255\246\347\224\237\346\210\220\347\273\251.c" index 69315b5..214e1c7 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2309-6 \346\214\211\347\255\211\347\272\247\347\273\237\350\256\241\345\255\246\347\224\237\346\210\220\347\273\251.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2309-6 \346\214\211\347\255\211\347\272\247\347\273\237\350\256\241\345\255\246\347\224\237\346\210\220\347\273\251.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/349 +// https://pintia.cn/problem-sets/12/exam/problems/349 int set_grade( struct student *p, int n ) { int cnt = 0; for (int i = 0; i < n; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\24010-1 \344\275\277\347\224\250\351\200\222\345\275\222\345\207\275\346\225\260\350\256\241\347\256\2271\345\210\260n\344\271\213\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\24010-1 \344\275\277\347\224\250\351\200\222\345\275\222\345\207\275\346\225\260\350\256\241\347\256\2271\345\210\260n\344\271\213\345\222\214.c" index e46e47d..63c8423 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\24010-1 \344\275\277\347\224\250\351\200\222\345\275\222\345\207\275\346\225\260\350\256\241\347\256\2271\345\210\260n\344\271\213\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\24010-1 \344\275\277\347\224\250\351\200\222\345\275\222\345\207\275\346\225\260\350\256\241\347\256\2271\345\210\260n\344\271\213\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/350 +// https://pintia.cn/problem-sets/12/exam/problems/350 int sum( int n ) { if (n <= 0) return 0; if (n == 1) return 1; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-1 \346\261\202m\345\210\260n\344\271\213\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-1 \346\261\202m\345\210\260n\344\271\213\345\222\214.c" index 7376403..e41749b 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-1 \346\261\202m\345\210\260n\344\271\213\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-1 \346\261\202m\345\210\260n\344\271\213\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/298 +// https://pintia.cn/problem-sets/12/exam/problems/298 int sum( int m, int n ) { if (m == n) return m; return m + sum(m + 1, n); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-2 \346\211\276\344\270\244\344\270\252\346\225\260\344\270\255\346\234\200\345\244\247\350\200\205.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-2 \346\211\276\344\270\244\344\270\252\346\225\260\344\270\255\346\234\200\345\244\247\350\200\205.c" index 062a7ea..5626537 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-2 \346\211\276\344\270\244\344\270\252\346\225\260\344\270\255\346\234\200\345\244\247\350\200\205.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-2 \346\211\276\344\270\244\344\270\252\346\225\260\344\270\255\346\234\200\345\244\247\350\200\205.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/299 +// https://pintia.cn/problem-sets/12/exam/problems/299 int max( int a, int b ) { return a > b ? a : b; } \ No newline at end of file diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-3 \346\225\260\345\255\227\351\207\221\345\255\227\345\241\224.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-3 \346\225\260\345\255\227\351\207\221\345\255\227\345\241\224.c" index 8ced032..9722f44 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-3 \346\225\260\345\255\227\351\207\221\345\255\227\345\241\224.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2405-3 \346\225\260\345\255\227\351\207\221\345\255\227\345\241\224.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/300 +// https://pintia.cn/problem-sets/12/exam/problems/300 void pyramid( int n ) { for (int i = 1; i <= n; i++) { for (int j = 0; j < n - i; j++) printf(" "); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2408-2 \350\256\241\347\256\227\344\270\244\346\225\260\347\232\204\345\222\214\344\270\216\345\267\256.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2408-2 \350\256\241\347\256\227\344\270\244\346\225\260\347\232\204\345\222\214\344\270\216\345\267\256.c" index 917fd18..38c39d3 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2408-2 \350\256\241\347\256\227\344\270\244\346\225\260\347\232\204\345\222\214\344\270\216\345\267\256.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2408-2 \350\256\241\347\256\227\344\270\244\346\225\260\347\232\204\345\222\214\344\270\216\345\267\256.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/332 +// https://pintia.cn/problem-sets/12/exam/problems/332 void sum_diff( float op1, float op2, float *psum, float *pdiff ) { *psum = op1 + op2; *pdiff = op1 - op2; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2408-8 \347\247\273\345\212\250\345\255\227\346\257\215.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2408-8 \347\247\273\345\212\250\345\255\227\346\257\215.c" index d2e0bfc..e70346f 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2408-8 \347\247\273\345\212\250\345\255\227\346\257\215.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2408-8 \347\247\273\345\212\250\345\255\227\346\257\215.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/333 +// https://pintia.cn/problem-sets/12/exam/problems/333 void reverse(char *s, int len) { char t; for (int i = 0; i < len / 2; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304-1 \346\261\202\345\245\207\346\225\260\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304-1 \346\261\202\345\245\207\346\225\260\345\222\214.c" index 195559f..55a32da 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304-1 \346\261\202\345\245\207\346\225\260\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304-1 \346\261\202\345\245\207\346\225\260\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/287 +// https://pintia.cn/problem-sets/12/exam/problems/287 #include int main() { int a, sum = 0; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304-9 \346\211\223\345\215\260\350\217\261\345\275\242\345\233\276\346\241\210.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304-9 \346\211\223\345\215\260\350\217\261\345\275\242\345\233\276\346\241\210.c" index 71b13aa..d85437e 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304-9 \346\211\223\345\215\260\350\217\261\345\275\242\345\233\276\346\241\210.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304-9 \346\211\223\345\215\260\350\217\261\345\275\242\345\233\276\346\241\210.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/295 +// https://pintia.cn/problem-sets/12/exam/problems/295 #include int main() { int n, row, num = -1; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308-7 \345\255\227\347\254\246\344\270\262\346\216\222\345\272\217.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308-7 \345\255\227\347\254\246\344\270\262\346\216\222\345\272\217.c" index ba56456..8c46ef1 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308-7 \345\255\227\347\254\246\344\270\262\346\216\222\345\272\217.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308-7 \345\255\227\347\254\246\344\270\262\346\216\222\345\272\217.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/340 +// https://pintia.cn/problem-sets/12/exam/problems/340 #include #include #include diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-3 \345\271\263\351\235\242\345\220\221\351\207\217\345\212\240\346\263\225.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-3 \345\271\263\351\235\242\345\220\221\351\207\217\345\212\240\346\263\225.c" index 642a70d..7c6d482 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-3 \345\271\263\351\235\242\345\220\221\351\207\217\345\212\240\346\263\225.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-3 \345\271\263\351\235\242\345\220\221\351\207\217\345\212\240\346\263\225.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/345 +// https://pintia.cn/problem-sets/12/exam/problems/345 #include #include int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-4 \346\237\245\346\211\276\344\271\246\347\261\215.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-4 \346\237\245\346\211\276\344\271\246\347\261\215.c" index 3ed84a9..30db17c 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-4 \346\237\245\346\211\276\344\271\246\347\261\215.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-4 \346\237\245\346\211\276\344\271\246\347\261\215.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/346 +// https://pintia.cn/problem-sets/12/exam/problems/346 #include #include int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-5 \351\200\232\350\256\257\345\275\225\346\216\222\345\272\217.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-5 \351\200\232\350\256\257\345\275\225\346\216\222\345\272\217.c" index ecbefc0..90e4184 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-5 \351\200\232\350\256\257\345\275\225\346\216\222\345\272\217.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2309-5 \351\200\232\350\256\257\345\275\225\346\216\222\345\272\217.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/347 +// https://pintia.cn/problem-sets/12/exam/problems/347 #include #include #include diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-1 Programming in C is fun!.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-1 Programming in C is fun!.c" index 42f162c..2218ea0 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-1 Programming in C is fun!.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-1 Programming in C is fun!.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/237 +// https://pintia.cn/problem-sets/12/exam/problems/237 #include int main() { printf("Programming in C is fun!"); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-17 \347\224\237\346\210\2203\347\232\204\344\271\230\346\226\271\350\241\250.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-17 \347\224\237\346\210\2203\347\232\204\344\271\230\346\226\271\350\241\250.c" index 79bbd49..5489fb4 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-17 \347\224\237\346\210\2203\347\232\204\344\271\230\346\226\271\350\241\250.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-17 \347\224\237\346\210\2203\347\232\204\344\271\230\346\226\271\350\241\250.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/249 +// https://pintia.cn/problem-sets/12/exam/problems/249 #include int main() { int n, sum = 1; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-3 \350\276\223\345\207\272\345\200\222\344\270\211\350\247\222\345\233\276\346\241\210.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-3 \350\276\223\345\207\272\345\200\222\344\270\211\350\247\222\345\233\276\346\241\210.c" index 22fa9d7..c17b347 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-3 \350\276\223\345\207\272\345\200\222\344\270\211\350\247\222\345\233\276\346\241\210.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2402-3 \350\276\223\345\207\272\345\200\222\344\270\211\350\247\222\345\233\276\346\241\210.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/12/problems/238 +// https://pintia.cn/problem-sets/12/exam/problems/238 #include int main() { printf("* * * *\n * * *\n * *\n *"); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-10 \351\200\222\345\275\222\345\256\236\347\216\260\351\241\272\345\272\217\350\276\223\345\207\272\346\225\264\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-10 \351\200\222\345\275\222\345\256\236\347\216\260\351\241\272\345\272\217\350\276\223\345\207\272\346\225\264\346\225\260.c" index 3afe47f..9e08dea 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-10 \351\200\222\345\275\222\345\256\236\347\216\260\351\241\272\345\272\217\350\276\223\345\207\272\346\225\264\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-10 \351\200\222\345\275\222\345\256\236\347\216\260\351\241\272\345\272\217\350\276\223\345\207\272\346\225\264\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/581 +// https://pintia.cn/problem-sets/13/exam/problems/581 void printdigits(int n) { if (n < 10) { printf("%d\n", n); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-2 \345\210\244\346\226\255\346\273\241\350\266\263\346\235\241\344\273\266\347\232\204\344\270\211\344\275\215\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-2 \345\210\244\346\226\255\346\273\241\350\266\263\346\235\241\344\273\266\347\232\204\344\270\211\344\275\215\346\225\260.c" index 93a8078..f1a7524 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-2 \345\210\244\346\226\255\346\273\241\350\266\263\346\235\241\344\273\266\347\232\204\344\270\211\344\275\215\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-2 \345\210\244\346\226\255\346\273\241\350\266\263\346\235\241\344\273\266\347\232\204\344\270\211\344\275\215\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/574 +// https://pintia.cn/problem-sets/13/exam/problems/574 int search(int n) { int cnt = 0; for (int x = 101; x <= n; x++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-3 \351\200\222\345\275\222\346\261\202\351\230\266\344\271\230\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-3 \351\200\222\345\275\222\346\261\202\351\230\266\344\271\230\345\222\214.c" index 84f20fd..521c856 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-3 \351\200\222\345\275\222\346\261\202\351\230\266\344\271\230\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-3 \351\200\222\345\275\222\346\261\202\351\230\266\344\271\230\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/575 +// https://pintia.cn/problem-sets/13/exam/problems/575 double fact(int n) { if (n <= 1) return 1; return n * fact(n - 1); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-4 \351\200\222\345\275\222\345\256\236\347\216\260\346\214\207\346\225\260\345\207\275\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-4 \351\200\222\345\275\222\345\256\236\347\216\260\346\214\207\346\225\260\345\207\275\346\225\260.c" index a845848..93093af 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-4 \351\200\222\345\275\222\345\256\236\347\216\260\346\214\207\346\225\260\345\207\275\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-4 \351\200\222\345\275\222\345\256\236\347\216\260\346\214\207\346\225\260\345\207\275\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/576 +// https://pintia.cn/problem-sets/13/exam/problems/576 double calc_pow(double x, int n) { if (n == 0) return 1; return x * calc_pow(x, n - 1); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-8 \351\200\222\345\275\222\350\256\241\347\256\227P\345\207\275\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-8 \351\200\222\345\275\222\350\256\241\347\256\227P\345\207\275\346\225\260.c" index e632f60..a0420ec 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-8 \351\200\222\345\275\222\350\256\241\347\256\227P\345\207\275\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-8 \351\200\222\345\275\222\350\256\241\347\256\227P\345\207\275\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/582 +// https://pintia.cn/problem-sets/13/exam/problems/582 double P(int n, double x) { if (n == 0) return 1; if (n == 1) return x; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-9 \345\215\201\350\277\233\345\210\266\350\275\254\346\215\242\344\272\214\350\277\233\345\210\266.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-9 \345\215\201\350\277\233\345\210\266\350\275\254\346\215\242\344\272\214\350\277\233\345\210\266.c" index a4b997f..e137896 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-9 \345\215\201\350\277\233\345\210\266\350\275\254\346\215\242\344\272\214\350\277\233\345\210\266.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21410-9 \345\215\201\350\277\233\345\210\266\350\275\254\346\215\242\344\272\214\350\277\233\345\210\266.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/580 +// https://pintia.cn/problem-sets/13/exam/problems/580 void dectobin(int n) { if (n == 0) { printf("0"); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-3 \346\237\245\346\211\276\346\230\237\346\234\237.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-3 \346\237\245\346\211\276\346\230\237\346\234\237.c" index 025e627..ef5176d 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-3 \346\237\245\346\211\276\346\230\237\346\234\237.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-3 \346\237\245\346\211\276\346\230\237\346\234\237.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/590 +// https://pintia.cn/problem-sets/13/exam/problems/590 int getindex(char *s) { if (!strcmp(s, "Sunday")) return 0; if (!strcmp(s, "Monday")) return 1; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-4 \350\256\241\347\256\227\346\234\200\351\225\277\347\232\204\345\255\227\347\254\246\344\270\262\351\225\277\345\272\246.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-4 \350\256\241\347\256\227\346\234\200\351\225\277\347\232\204\345\255\227\347\254\246\344\270\262\351\225\277\345\272\246.c" index 1ca3870..174b95b 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-4 \350\256\241\347\256\227\346\234\200\351\225\277\347\232\204\345\255\227\347\254\246\344\270\262\351\225\277\345\272\246.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-4 \350\256\241\347\256\227\346\234\200\351\225\277\347\232\204\345\255\227\347\254\246\344\270\262\351\225\277\345\272\246.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/591 +// https://pintia.cn/problem-sets/13/exam/problems/591 int max_len( char *s[], int n ) { int ans = -1; for (int i = 0; i < n; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-6 \346\214\207\345\256\232\344\275\215\347\275\256\350\276\223\345\207\272\345\255\227\347\254\246\344\270\262.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-6 \346\214\207\345\256\232\344\275\215\347\275\256\350\276\223\345\207\272\345\255\227\347\254\246\344\270\262.c" index 42e103c..5ed26ca 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-6 \346\214\207\345\256\232\344\275\215\347\275\256\350\276\223\345\207\272\345\255\227\347\254\246\344\270\262.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-6 \346\214\207\345\256\232\344\275\215\347\275\256\350\276\223\345\207\272\345\255\227\347\254\246\344\270\262.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/592 +// https://pintia.cn/problem-sets/13/exam/problems/592 char *match(char *s, char ch1, char ch2) { int pos1 = 0, pos2 = 0, len = 0; while (s[len] != '\0') len++; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-8 \346\237\245\346\211\276\345\255\220\344\270\262.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-8 \346\237\245\346\211\276\345\255\220\344\270\262.c" index cacea59..2913d9a 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-8 \346\237\245\346\211\276\345\255\220\344\270\262.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-1-8 \346\237\245\346\211\276\345\255\220\344\270\262.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/593 +// https://pintia.cn/problem-sets/13/exam/problems/593 #include char *search(char *s, char *t) { int len_s = strlen(s), len_t = strlen(t); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-1 \345\273\272\347\253\213\345\255\246\347\224\237\344\277\241\346\201\257\351\223\276\350\241\250.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-1 \345\273\272\347\253\213\345\255\246\347\224\237\344\277\241\346\201\257\351\223\276\350\241\250.c" index afcc9c1..222b557 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-1 \345\273\272\347\253\213\345\255\246\347\224\237\344\277\241\346\201\257\351\223\276\350\241\250.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-1 \345\273\272\347\253\213\345\255\246\347\224\237\344\277\241\346\201\257\351\223\276\350\241\250.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/601 +// https://pintia.cn/problem-sets/13/exam/problems/601 void input() { struct stud_node *L = (struct stud_node *)malloc(sizeof(struct stud_node)); L->next = NULL; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-2 \345\255\246\347\224\237\346\210\220\347\273\251\351\223\276\350\241\250\345\244\204\347\220\206.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-2 \345\255\246\347\224\237\346\210\220\347\273\251\351\223\276\350\241\250\345\244\204\347\220\206.c" index 698c7de..4c0092d 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-2 \345\255\246\347\224\237\346\210\220\347\273\251\351\223\276\350\241\250\345\244\204\347\220\206.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-2 \345\255\246\347\224\237\346\210\220\347\273\251\351\223\276\350\241\250\345\244\204\347\220\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/602 +// https://pintia.cn/problem-sets/13/exam/problems/602 struct stud_node *createlist() { struct stud_node *L = (struct stud_node *)malloc(sizeof(struct stud_node)), *r = L; L->next = NULL; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-3 \351\200\206\345\272\217\346\225\260\346\215\256\345\273\272\347\253\213\351\223\276\350\241\250.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-3 \351\200\206\345\272\217\346\225\260\346\215\256\345\273\272\347\253\213\351\223\276\350\241\250.c" index a20fd78..b395cb5 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-3 \351\200\206\345\272\217\346\225\260\346\215\256\345\273\272\347\253\213\351\223\276\350\241\250.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-3 \351\200\206\345\272\217\346\225\260\346\215\256\345\273\272\347\253\213\351\223\276\350\241\250.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/603 +// https://pintia.cn/problem-sets/13/exam/problems/603 struct ListNode *createlist() { struct ListNode* L = (struct ListNode*)malloc(sizeof(struct ListNode)); L->next = NULL; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-4 \345\210\240\351\231\244\345\215\225\351\223\276\350\241\250\345\201\266\346\225\260\350\212\202\347\202\271.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-4 \345\210\240\351\231\244\345\215\225\351\223\276\350\241\250\345\201\266\346\225\260\350\212\202\347\202\271.c" index fa44b7b..c490032 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-4 \345\210\240\351\231\244\345\215\225\351\223\276\350\241\250\345\201\266\346\225\260\350\212\202\347\202\271.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-4 \345\210\240\351\231\244\345\215\225\351\223\276\350\241\250\345\201\266\346\225\260\350\212\202\347\202\271.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/604 +// https://pintia.cn/problem-sets/13/exam/problems/604 struct ListNode *createlist() { int x; struct ListNode *L = (struct ListNode*)malloc(sizeof(struct ListNode)), *r = L; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-5 \351\223\276\350\241\250\346\213\274\346\216\245.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-5 \351\223\276\350\241\250\346\213\274\346\216\245.c" index 18608a4..37114de 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-5 \351\223\276\350\241\250\346\213\274\346\216\245.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-5 \351\223\276\350\241\250\346\213\274\346\216\245.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/605 +// https://pintia.cn/problem-sets/13/exam/problems/605 struct ListNode *mergelists(struct ListNode *list1, struct ListNode *list2) { struct ListNode *l = (struct ListNode*)malloc(sizeof(struct ListNode)); l->next = NULL; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-6 \345\245\207\346\225\260\345\200\274\347\273\223\347\202\271\351\223\276\350\241\250.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-6 \345\245\207\346\225\260\345\200\274\347\273\223\347\202\271\351\223\276\350\241\250.c" index 9eca339..cfc268d 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-6 \345\245\207\346\225\260\345\200\274\347\273\223\347\202\271\351\223\276\350\241\250.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-6 \345\245\207\346\225\260\345\200\274\347\273\223\347\202\271\351\223\276\350\241\250.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/608 +// https://pintia.cn/problem-sets/13/exam/problems/608 struct ListNode *readlist() { struct ListNode *L = (struct ListNode *)malloc(sizeof(struct ListNode)), *r = L; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-7 \347\273\237\350\256\241\344\270\223\344\270\232\344\272\272\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-7 \347\273\237\350\256\241\344\270\223\344\270\232\344\272\272\346\225\260.c" index 6e4d7fc..c030c96 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-7 \347\273\237\350\256\241\344\270\223\344\270\232\344\272\272\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-7 \347\273\237\350\256\241\344\270\223\344\270\232\344\272\272\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/606 +// https://pintia.cn/problem-sets/13/exam/problems/606 int countcs( struct ListNode *head ) { int cnt = 0; struct ListNode *p = head; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-8 \345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\345\210\240\351\231\244.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-8 \345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\345\210\240\351\231\244.c" index ffad226..a48bafc 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-8 \345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\345\210\240\351\231\244.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-8 \345\215\225\351\223\276\350\241\250\347\273\223\347\202\271\345\210\240\351\231\244.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/609 +// https://pintia.cn/problem-sets/13/exam/problems/609 struct ListNode *readlist() { struct ListNode *L = (struct ListNode *)malloc(sizeof(struct ListNode)), *r = L; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-9 \351\223\276\350\241\250\351\200\206\347\275\256.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-9 \351\223\276\350\241\250\351\200\206\347\275\256.c" index 2774053..bd817b0 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-9 \351\223\276\350\241\250\351\200\206\347\275\256.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\21411-2-9 \351\223\276\350\241\250\351\200\206\347\275\256.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/607 +// https://pintia.cn/problem-sets/13/exam/problems/607 struct ListNode *reverse( struct ListNode *head ) { if (head == NULL) return NULL; struct ListNode *h = (struct ListNode*)malloc(sizeof(struct ListNode)), *p = head->next; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2142-4-1 \347\273\237\350\256\241\345\220\204\344\275\215\346\225\260\345\255\227\344\271\213\345\222\214\346\230\2575\347\232\204\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2142-4-1 \347\273\237\350\256\241\345\220\204\344\275\215\346\225\260\345\255\227\344\271\213\345\222\214\346\230\2575\347\232\204\346\225\260.c" index e1bc09a..a2e2b6f 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2142-4-1 \347\273\237\350\256\241\345\220\204\344\275\215\346\225\260\345\255\227\344\271\213\345\222\214\346\230\2575\347\232\204\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2142-4-1 \347\273\237\350\256\241\345\220\204\344\275\215\346\225\260\345\255\227\344\271\213\345\222\214\346\230\2575\347\232\204\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/411 +// https://pintia.cn/problem-sets/13/exam/problems/411 int is( int number ) { int sum = 0; while (number != 0) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2142-4-5 \347\256\200\345\215\225\345\256\236\347\216\260x\347\232\204n\346\254\241\346\226\271.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2142-4-5 \347\256\200\345\215\225\345\256\236\347\216\260x\347\232\204n\346\254\241\346\226\271.c" index cd3a343..4c68c0a 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2142-4-5 \347\256\200\345\215\225\345\256\236\347\216\260x\347\232\204n\346\254\241\346\226\271.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2142-4-5 \347\256\200\345\215\225\345\256\236\347\216\260x\347\232\204n\346\254\241\346\226\271.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/412 +// https://pintia.cn/problem-sets/13/exam/problems/412 double mypow( double x, int n ) { if (n == 0) return 1; return x * mypow(x, n - 1); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-11 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\346\234\200\345\244\247\345\205\254\347\272\246\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-11 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\346\234\200\345\244\247\345\205\254\347\272\246\346\225\260.c" index f53345a..b1c4c3c 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-11 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\346\234\200\345\244\247\345\205\254\347\272\246\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-11 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\346\234\200\345\244\247\345\205\254\347\272\246\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/469 +// https://pintia.cn/problem-sets/13/exam/problems/469 int gcd( int x, int y ) { return y == 0 ? x : gcd(y, x % y); } \ No newline at end of file diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-2 \347\254\246\345\217\267\345\207\275\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-2 \347\254\246\345\217\267\345\207\275\346\225\260.c" index 9b767a8..8b8602d 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-2 \347\254\246\345\217\267\345\207\275\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-2 \347\254\246\345\217\267\345\207\275\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/460 +// https://pintia.cn/problem-sets/13/exam/problems/460 int sign( int x ) { if (x < 0) return -1; return x > 0; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-3 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\345\245\207\346\225\260\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-3 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\345\245\207\346\225\260\345\222\214.c" index 344a331..cab21cf 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-3 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\345\245\207\346\225\260\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-3 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\345\245\207\346\225\260\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/461 +// https://pintia.cn/problem-sets/13/exam/problems/461 int even( int n ) { return n % 2 ? 0 : 1; } diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\256\241\347\256\227\344\270\244\347\202\271\351\227\264\347\232\204\350\267\235\347\246\273.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\256\241\347\256\227\344\270\244\347\202\271\351\227\264\347\232\204\350\267\235\347\246\273.c" index b7b3859..effdfc7 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\256\241\347\256\227\344\270\244\347\202\271\351\227\264\347\232\204\350\267\235\347\246\273.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\256\241\347\256\227\344\270\244\347\202\271\351\227\264\347\232\204\350\267\235\347\246\273.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/462 +// https://pintia.cn/problem-sets/13/exam/problems/462 double dist(double x1, double y1, double x2, double y2) { double a = fabs(x1 - x2), b = fabs(y1 - y2); return sqrt(a * a + b * b); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-5 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-5 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.c" index 814951d..9e2d57e 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-5 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-5 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/463 +// https://pintia.cn/problem-sets/13/exam/problems/463 int prime( int p ) { if (p <= 1) return 0; for (int i = 2; i * i <= p; i++) diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-6 \344\275\277\347\224\250\345\207\275\346\225\260\345\210\244\346\226\255\345\256\214\345\205\250\345\271\263\346\226\271\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-6 \344\275\277\347\224\250\345\207\275\346\225\260\345\210\244\346\226\255\345\256\214\345\205\250\345\271\263\346\226\271\346\225\260.c" index e86fae1..491bf56 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-6 \344\275\277\347\224\250\345\207\275\346\225\260\345\210\244\346\226\255\345\256\214\345\205\250\345\271\263\346\226\271\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-6 \344\275\277\347\224\250\345\207\275\346\225\260\345\210\244\346\226\255\345\256\214\345\205\250\345\271\263\346\226\271\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/464 +// https://pintia.cn/problem-sets/13/exam/problems/464 int IsSquare(int n) { if (n < 0) return 0; int i = 0; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-7 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\2021\345\210\26010\347\232\204\351\230\266\344\271\230\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-7 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\2021\345\210\26010\347\232\204\351\230\266\344\271\230\345\222\214.c" index 41753a5..4560c3e 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-7 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\2021\345\210\26010\347\232\204\351\230\266\344\271\230\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-7 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\2021\345\210\26010\347\232\204\351\230\266\344\271\230\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/465 +// https://pintia.cn/problem-sets/13/exam/problems/465 double fact( int n ) { if (n <= 1) return 1; return n * fact(n - 1); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-8 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-8 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.c" index e458384..4d2e8fd 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-8 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2145-8 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/466 +// https://pintia.cn/problem-sets/13/exam/problems/466 int CountDigit(int number, int digit) { int cnt = 0; if (number == 0 && digit == 0) return 1; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2146-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204\345\256\214\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2146-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204\345\256\214\346\225\260.c" index 8b21c87..42bd6c5 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2146-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204\345\256\214\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2146-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205\347\232\204\345\256\214\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/476 +// https://pintia.cn/problem-sets/13/exam/problems/476 int factorsum(int number) { int sqr = 1, sum = 0; while (sqr * sqr < number) sqr++; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-6 \345\207\275\346\225\260\345\256\236\347\216\260\345\255\227\347\254\246\344\270\262\351\200\206\345\272\217.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-6 \345\207\275\346\225\260\345\256\236\347\216\260\345\255\227\347\254\246\344\270\262\351\200\206\345\272\217.c" index 4025646..011deaa 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-6 \345\207\275\346\225\260\345\256\236\347\216\260\345\255\227\347\254\246\344\270\262\351\200\206\345\272\217.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-6 \345\207\275\346\225\260\345\256\236\347\216\260\345\255\227\347\254\246\344\270\262\351\200\206\345\272\217.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/541 +// https://pintia.cn/problem-sets/13/exam/problems/541 void f(char *p) { int len = 0, j = 0; while (p[j++] != '\0') len++; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-7 \346\225\260\347\273\204\345\276\252\347\216\257\345\217\263\347\247\273.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-7 \346\225\260\347\273\204\345\276\252\347\216\257\345\217\263\347\247\273.c" index d05a7de..86f23b3 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-7 \346\225\260\347\273\204\345\276\252\347\216\257\345\217\263\347\247\273.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-7 \346\225\260\347\273\204\345\276\252\347\216\257\345\217\263\347\247\273.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/551 +// https://pintia.cn/problem-sets/13/exam/problems/551 void reverse (int a[], int left, int right) { for (int i = left; i < (left + right + 1) / 2; i++) { int temp = a[i]; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-8 \346\212\245\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-8 \346\212\245\346\225\260.c" index 3223546..865d343 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-8 \346\212\245\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-1-8 \346\212\245\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/549 +// https://pintia.cn/problem-sets/13/exam/problems/549 void CountOff(int n, int m, int out[]) { int idx = 0, num = 0, i = 0, is_out[MAXN] = {0}, cnt = 0; while (cnt != n) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-3 \345\210\240\351\231\244\345\255\227\347\254\246.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-3 \345\210\240\351\231\244\345\255\227\347\254\246.c" index cd4d8cf..d64f957 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-3 \345\210\240\351\231\244\345\255\227\347\254\246.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-3 \345\210\240\351\231\244\345\255\227\347\254\246.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/553 +// https://pintia.cn/problem-sets/13/exam/problems/553 void delchar( char *str, char c ) { int len = strlen(str), i = 0, j = 0; for ( ; i < len; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-5 \345\210\244\346\226\255\345\233\236\346\226\207\345\255\227\347\254\246\344\270\262.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-5 \345\210\244\346\226\255\345\233\236\346\226\207\345\255\227\347\254\246\344\270\262.c" index e489b4a..72ce5bb 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-5 \345\210\244\346\226\255\345\233\236\346\226\207\345\255\227\347\254\246\344\270\262.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-5 \345\210\244\346\226\255\345\233\236\346\226\207\345\255\227\347\254\246\344\270\262.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/554 +// https://pintia.cn/problem-sets/13/exam/problems/554 bool palindrome( char *s ) { int len = strlen(s); for (int i = 0; i < len; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-7 \345\255\227\347\254\246\344\270\262\347\232\204\350\277\236\346\216\245.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-7 \345\255\227\347\254\246\344\270\262\347\232\204\350\277\236\346\216\245.c" index 6de4814..475bbbe 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-7 \345\255\227\347\254\246\344\270\262\347\232\204\350\277\236\346\216\245.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-7 \345\255\227\347\254\246\344\270\262\347\232\204\350\277\236\346\216\245.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/556 +// https://pintia.cn/problem-sets/13/exam/problems/556 char *str_cat( char *s, char *t ) { int slen = strlen(s), tlen = strlen(t); for (int i = 0; i < tlen; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-9 \351\225\277\346\225\264\346\225\260\350\275\254\345\214\226\346\210\22016\350\277\233\345\210\266\345\255\227\347\254\246\344\270\262.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-9 \351\225\277\346\225\264\346\225\260\350\275\254\345\214\226\346\210\22016\350\277\233\345\210\266\345\255\227\347\254\246\344\270\262.c" index 3ca05f7..523ab7c 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-9 \351\225\277\346\225\264\346\225\260\350\275\254\345\214\226\346\210\22016\350\277\233\345\210\266\345\255\227\347\254\246\344\270\262.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\256\236\351\252\2148-2-9 \351\225\277\346\225\264\346\225\260\350\275\254\345\214\226\346\210\22016\350\277\233\345\210\266\345\255\227\347\254\246\344\270\262.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/542 +// https://pintia.cn/problem-sets/13/exam/problems/542 void f(long int x, char *p) { if (x == 0) { p[0] = '0'; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-1 Hello World!.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-1 Hello World!.c" index 529e661..fc612ce 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-1 Hello World!.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-1 Hello World!.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/252 +// https://pintia.cn/problem-sets/13/exam/problems/252 #include int main() { printf("Hello World!"); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-5 \350\276\223\345\207\272\350\217\261\345\275\242\345\233\276\346\241\210.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-5 \350\276\223\345\207\272\350\217\261\345\275\242\345\233\276\346\241\210.c" index db9825d..800a82b 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-5 \350\276\223\345\207\272\350\217\261\345\275\242\345\233\276\346\241\210.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-5 \350\276\223\345\207\272\350\217\261\345\275\242\345\233\276\346\241\210.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/255 +// https://pintia.cn/problem-sets/13/exam/problems/255 #include int main() { printf(" A\nA A\n A"); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-6 \350\276\223\345\207\272\345\270\246\346\241\206\346\226\207\345\255\227.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-6 \350\276\223\345\207\272\345\270\246\346\241\206\346\226\207\345\255\227.c" index 1cbea1e..d40971f 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-6 \350\276\223\345\207\272\345\270\246\346\241\206\346\226\207\345\255\227.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2141-6 \350\276\223\345\207\272\345\270\246\346\241\206\346\226\207\345\255\227.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/256 +// https://pintia.cn/problem-sets/13/exam/problems/256 #include int main() { printf("************\n Welcome\n************"); diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-1 \350\213\261\346\226\207\345\215\225\350\257\215\346\216\222\345\272\217.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-1 \350\213\261\346\226\207\345\215\225\350\257\215\346\216\222\345\272\217.c" index ab06e58..f9ce84d 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-1 \350\213\261\346\226\207\345\215\225\350\257\215\346\216\222\345\272\217.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-1 \350\213\261\346\226\207\345\215\225\350\257\215\346\216\222\345\272\217.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/586 +// https://pintia.cn/problem-sets/13/exam/problems/586 #include #include #include diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-7 \350\227\217\345\244\264\350\257\227.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-7 \350\227\217\345\244\264\350\257\227.c" index 56562b3..47c0c66 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-7 \350\227\217\345\244\264\350\257\227.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-7 \350\227\217\345\244\264\350\257\227.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/587 +// https://pintia.cn/problem-sets/13/exam/problems/587 #include #include int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-9 \350\227\217\345\260\276\350\257\227.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-9 \350\227\217\345\260\276\350\257\227.c" index 98d823b..2cfb34b 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-9 \350\227\217\345\260\276\350\257\227.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\21411-1-9 \350\227\217\345\260\276\350\257\227.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/588 +// https://pintia.cn/problem-sets/13/exam/problems/588 #include #include int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-11 \351\253\230\347\251\272\345\235\240\347\220\203.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-11 \351\253\230\347\251\272\345\235\240\347\220\203.c" index 9a46ff2..4475d5d 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-11 \351\253\230\347\251\272\345\235\240\347\220\203.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-11 \351\253\230\347\251\272\345\235\240\347\220\203.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/445 +// https://pintia.cn/problem-sets/13/exam/problems/445 #include #include int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-12 \351\273\221\346\264\236\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-12 \351\273\221\346\264\236\346\225\260.c" index 9f0f95d..ebb1810 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-12 \351\273\221\346\264\236\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-12 \351\273\221\346\264\236\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/446 +// https://pintia.cn/problem-sets/13/exam/problems/446 #include void swap(int* a, int* b) { int tmp = *a; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-3 \346\211\276\345\207\272\346\234\200\345\260\217\345\200\274.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-3 \346\211\276\345\207\272\346\234\200\345\260\217\345\200\274.c" index 942305e..ffa40e6 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-3 \346\211\276\345\207\272\346\234\200\345\260\217\345\200\274.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-3 \346\211\276\345\207\272\346\234\200\345\260\217\345\200\274.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/437 +// https://pintia.cn/problem-sets/13/exam/problems/437 #include int main() { int n, ans, a; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-7 \347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\346\261\202\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-7 \347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\346\261\202\345\222\214.c" index adbd503..f0ab232 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-7 \347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\346\261\202\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-1-7 \347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\346\261\202\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/441 +// https://pintia.cn/problem-sets/13/exam/problems/441 #include int main() { int a, n, temp = 0; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-2-4 \346\215\242\347\241\254\345\270\201.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-2-4 \346\215\242\347\241\254\345\270\201.c" index 2f1532e..c6ba00a 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-2-4 \346\215\242\347\241\254\345\270\201.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2144-2-4 \346\215\242\347\241\254\345\270\201.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/449 +// https://pintia.cn/problem-sets/13/exam/problems/449 #include int main() { int n, cnt = 0; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-1-13 \350\243\205\347\256\261\351\227\256\351\242\230.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-1-13 \350\243\205\347\256\261\351\227\256\351\242\230.c" index 4d0ab05..c443cb0 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-1-13 \350\243\205\347\256\261\351\227\256\351\242\230.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-1-13 \350\243\205\347\256\261\351\227\256\351\242\230.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/509 +// https://pintia.cn/problem-sets/13/exam/problems/509 #include const int N = 1010; int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-2-2 \347\237\251\351\230\265\350\277\220\347\256\227.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-2-2 \347\237\251\351\230\265\350\277\220\347\256\227.c" index 017bc9d..6f20a59 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-2-2 \347\237\251\351\230\265\350\277\220\347\256\227.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-2-2 \347\237\251\351\230\265\350\277\220\347\256\227.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/513 +// https://pintia.cn/problem-sets/13/exam/problems/513 #include int main() { int n, a, ans = 0; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-10 \345\210\240\351\231\244\351\207\215\345\244\215\345\255\227\347\254\246.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-10 \345\210\240\351\231\244\351\207\215\345\244\215\345\255\227\347\254\246.c" index 65acbe6..2262da8 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-10 \345\210\240\351\231\244\351\207\215\345\244\215\345\255\227\347\254\246.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-10 \345\210\240\351\231\244\351\207\215\345\244\215\345\255\227\347\254\246.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/529 +// https://pintia.cn/problem-sets/13/exam/problems/529 #include #include int cmp(const void *a, const void *b) { return *((char *)a) - *((char *)b); } diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-4 \345\255\227\347\254\246\344\270\262\346\233\277\346\215\242.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-4 \345\255\227\347\254\246\344\270\262\346\233\277\346\215\242.c" index b17e2b4..adc77d9 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-4 \345\255\227\347\254\246\344\270\262\346\233\277\346\215\242.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-4 \345\255\227\347\254\246\344\270\262\346\233\277\346\215\242.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/525 +// https://pintia.cn/problem-sets/13/exam/problems/525 #include #include int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-6 \345\255\227\347\254\246\344\270\262\350\275\254\346\215\242\346\210\220\345\215\201\350\277\233\345\210\266\346\225\264\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-6 \345\255\227\347\254\246\344\270\262\350\275\254\346\215\242\346\210\220\345\215\201\350\277\233\345\210\266\346\225\264\346\225\260.c" index 553d6a4..d761c6b 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-6 \345\255\227\347\254\246\344\270\262\350\275\254\346\215\242\346\210\220\345\215\201\350\277\233\345\210\266\346\225\264\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-6 \345\255\227\347\254\246\344\270\262\350\275\254\346\215\242\346\210\220\345\215\201\350\277\233\345\210\266\346\225\264\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/527 +// https://pintia.cn/problem-sets/13/exam/problems/527 #include #include int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-7 \345\255\227\347\254\246\350\275\254\346\215\242.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-7 \345\255\227\347\254\246\350\275\254\346\215\242.c" index 2f5aed3..710e39f 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-7 \345\255\227\347\254\246\350\275\254\346\215\242.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2147-3-7 \345\255\227\347\254\246\350\275\254\346\215\242.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/528 +// https://pintia.cn/problem-sets/13/exam/problems/528 #include #include int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2148-2-10 IP\345\234\260\345\235\200\350\275\254\346\215\242.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2148-2-10 IP\345\234\260\345\235\200\350\275\254\346\215\242.c" index b60fc97..564cbb0 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2148-2-10 IP\345\234\260\345\235\200\350\275\254\346\215\242.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2148-2-10 IP\345\234\260\345\235\200\350\275\254\346\215\242.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/543 +// https://pintia.cn/problem-sets/13/exam/problems/543 #include int main() { char s[35]; diff --git "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2149-10 \345\271\263\351\235\242\345\220\221\351\207\217\345\212\240\346\263\225.c" "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2149-10 \345\271\263\351\235\242\345\220\221\351\207\217\345\212\240\346\263\225.c" index 7566163..89ed351 100644 --- "a/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2149-10 \345\271\263\351\235\242\345\220\221\351\207\217\345\212\240\346\263\225.c" +++ "b/\346\265\231\345\244\247\347\211\210_C\350\257\255\350\250\200\347\250\213\345\272\217\350\256\276\350\256\241\345\256\236\351\252\214\344\270\216\344\271\240\351\242\230\346\214\207\345\257\274(\347\254\2543\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\351\252\2149-10 \345\271\263\351\235\242\345\220\221\351\207\217\345\212\240\346\263\225.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/13/problems/565 +// https://pintia.cn/problem-sets/13/exam/problems/565 #include int main() { double a, b, c, d; diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-1 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\345\222\214.py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-1 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\345\222\214.py" index d8bbccc..cfc8f4c 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-1 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\345\222\214.py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-1 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\211\271\346\256\212a\344\270\262\346\225\260\345\210\227\345\222\214.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1163035698160459776 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1163035698160459776 # def fn(a, n): # sum = 0 # tmp = 0 diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.py" index 44e3d22..7f27fea 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-2 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\347\264\240\346\225\260\345\222\214.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1163035698160459777 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1163035698160459777 def prime(p): if p <= 1: return False diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-3 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-3 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.py" index 3d535d7..52ed73b 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-3 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-3 \344\275\277\347\224\250\345\207\275\346\225\260\347\273\237\350\256\241\346\214\207\345\256\232\346\225\260\345\255\227\347\232\204\344\270\252\346\225\260.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1163035698160459778 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1163035698160459778 def CountDigit(number, digit): if number < 0: number = -number diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205Fibonacci\346\225\260\347\232\204\344\270\252\346\225\260 .py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205Fibonacci\346\225\260\347\232\204\344\270\252\346\225\260 .py" index 75d1b4f..df2aa93 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205Fibonacci\346\225\260\347\232\204\344\270\252\346\225\260 .py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-4 \344\275\277\347\224\250\345\207\275\346\225\260\350\276\223\345\207\272\346\214\207\345\256\232\350\214\203\345\233\264\345\206\205Fibonacci\346\225\260\347\232\204\344\270\252\346\225\260 .py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1163035698160459779 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1163035698160459779 def fib(n): if n <= 1: return 1 diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-5 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\344\275\231\345\274\246\345\207\275\346\225\260\347\232\204\350\277\221\344\274\274\345\200\274.py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-5 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\344\275\231\345\274\246\345\207\275\346\225\260\347\232\204\350\277\221\344\274\274\345\200\274.py" index 78ce0ae..5244ede 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-5 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\344\275\231\345\274\246\345\207\275\346\225\260\347\232\204\350\277\221\344\274\274\345\200\274.py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-5 \344\275\277\347\224\250\345\207\275\346\225\260\346\261\202\344\275\231\345\274\246\345\207\275\346\225\260\347\232\204\350\277\221\344\274\274\345\200\274.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1163035698160459781 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1163035698160459781 def fac(x): tmp = 1 for i in range(1, x + 1): diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-6 \347\274\251\345\206\231\350\257\215.py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-6 \347\274\251\345\206\231\350\257\215.py" index 049c2f5..46a7f43 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-6 \347\274\251\345\206\231\350\257\215.py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\254\2546\347\253\240\345\207\275\346\225\260-6 \347\274\251\345\206\231\350\257\215.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1163035698160459789 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1163035698160459789 def acronym(phrase): a = phrase.split() ans = '' diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-1 \344\273\216\351\224\256\347\233\230\350\276\223\345\205\245\344\270\244\344\270\252\346\225\260\357\274\214\346\261\202\345\256\203\344\273\254\347\232\204\345\222\214\345\271\266\350\276\223\345\207\272.py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-1 \344\273\216\351\224\256\347\233\230\350\276\223\345\205\245\344\270\244\344\270\252\346\225\260\357\274\214\346\261\202\345\256\203\344\273\254\347\232\204\345\222\214\345\271\266\350\276\223\345\207\272.py" index 24f7dc2..55b9eee 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-1 \344\273\216\351\224\256\347\233\230\350\276\223\345\205\245\344\270\244\344\270\252\346\225\260\357\274\214\346\261\202\345\256\203\344\273\254\347\232\204\345\222\214\345\271\266\350\276\223\345\207\272.py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-1 \344\273\216\351\224\256\347\233\230\350\276\223\345\205\245\344\270\244\344\270\252\346\225\260\357\274\214\346\261\202\345\256\203\344\273\254\347\232\204\345\222\214\345\271\266\350\276\223\345\207\272.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1111653039147499521 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1111653039147499521 a = int(input()) b = int(input()) print(a + b) \ No newline at end of file diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-2 \344\273\216\351\224\256\347\233\230\350\276\223\345\205\245\344\270\211\344\270\252\346\225\260\345\210\260a,b,c\344\270\255\357\274\214\346\214\211\345\205\254\345\274\217\345\200\274\350\276\223\345\207\272.py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-2 \344\273\216\351\224\256\347\233\230\350\276\223\345\205\245\344\270\211\344\270\252\346\225\260\345\210\260a,b,c\344\270\255\357\274\214\346\214\211\345\205\254\345\274\217\345\200\274\350\276\223\345\207\272.py" index dc9bca0..f9bff05 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-2 \344\273\216\351\224\256\347\233\230\350\276\223\345\205\245\344\270\211\344\270\252\346\225\260\345\210\260a,b,c\344\270\255\357\274\214\346\214\211\345\205\254\345\274\217\345\200\274\350\276\223\345\207\272.py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-2 \344\273\216\351\224\256\347\233\230\350\276\223\345\205\245\344\270\211\344\270\252\346\225\260\345\210\260a,b,c\344\270\255\357\274\214\346\214\211\345\205\254\345\274\217\345\200\274\350\276\223\345\207\272.py" @@ -1,3 +1,3 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1111653039147499522 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1111653039147499522 a, b, c = map(int, input().split()) print(b**2 - 4*a*c) \ No newline at end of file diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-3 \350\276\223\345\207\272\342\200\234\344\272\272\347\224\237\350\213\246\347\237\255\357\274\214\346\210\221\345\255\246Python\342\200\235.py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-3 \350\276\223\345\207\272\342\200\234\344\272\272\347\224\237\350\213\246\347\237\255\357\274\214\346\210\221\345\255\246Python\342\200\235.py" index a9a25a0..7a55e5c 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-3 \350\276\223\345\207\272\342\200\234\344\272\272\347\224\237\350\213\246\347\237\255\357\274\214\346\210\221\345\255\246Python\342\200\235.py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2541\347\253\240-3 \350\276\223\345\207\272\342\200\234\344\272\272\347\224\237\350\213\246\347\237\255\357\274\214\346\210\221\345\255\246Python\342\200\235.py" @@ -1,2 +1,2 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1111653039147499520 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1111653039147499520 print("人生苦短,我学Python") \ No newline at end of file diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2542\347\253\240-1 \350\256\241\347\256\227 11+12+13+...+m.py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2542\347\253\240-1 \350\256\241\347\256\227 11+12+13+...+m.py" index 582afcb..1b85d9c 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2542\347\253\240-1 \350\256\241\347\256\227 11+12+13+...+m.py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2542\347\253\240-1 \350\256\241\347\256\227 11+12+13+...+m.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1111653447408467981 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1111653447408467981 ans = 0 m = int(input()) for i in range(11, m + 1): diff --git "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2542\347\253\240-2 \350\256\241\347\256\227\345\210\206\346\256\265\345\207\275\346\225\260[1].py" "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2542\347\253\240-2 \350\256\241\347\256\227\345\210\206\346\256\265\345\207\275\346\225\260[1].py" index 19d369b..8de206a 100644 --- "a/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2542\347\253\240-2 \350\256\241\347\256\227\345\210\206\346\256\265\345\207\275\346\225\260[1].py" +++ "b/\346\265\231\345\244\247\347\211\210_Python_\347\250\213\345\272\217\350\256\276\350\256\241_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\254\2542\347\253\240-2 \350\256\241\347\256\227\345\210\206\346\256\265\345\207\275\346\225\260[1].py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/1111652100718116864/problems/1111653447408467968 +# https://pintia.cn/problem-sets/1111652100718116864/exam/problems/1111653447408467968 x = float(input()) ans = 0.0 if x == 0 else 1 / x print("f({:.1f}) = {:.1f}".format(x, ans)) \ No newline at end of file diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2301.8 \344\272\214\345\210\206\346\237\245\346\211\276.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2301.8 \344\272\214\345\210\206\346\237\245\346\211\276.c" index 54d4652..8e2c558 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2301.8 \344\272\214\345\210\206\346\237\245\346\211\276.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2301.8 \344\272\214\345\210\206\346\237\245\346\211\276.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/965458856133562368 +// https://pintia.cn/problem-sets/434/exam/problems/965458856133562368 Position BinarySearch(List L, ElementType X) { int left = 1, right = L->Last; while (left <= right) { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2301.9 \346\234\211\345\272\217\346\225\260\347\273\204\347\232\204\346\217\222\345\205\245.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2301.9 \346\234\211\345\272\217\346\225\260\347\273\204\347\232\204\346\217\222\345\205\245.c" index f76198c..ef42c1b 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2301.9 \346\234\211\345\272\217\346\225\260\347\273\204\347\232\204\346\217\222\345\205\245.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2301.9 \346\234\211\345\272\217\346\225\260\347\273\204\347\232\204\346\217\222\345\205\245.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/965573204499779584 +// https://pintia.cn/problem-sets/434/exam/problems/965573204499779584 bool Insert(List L, ElementType X) { int i = 0; while (i <= L->Last && L->Data[i] > X) i++; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.4 \351\200\222\345\242\236\347\232\204\346\225\264\346\225\260\345\272\217\345\210\227\351\223\276\350\241\250\347\232\204\346\217\222\345\205\245.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.4 \351\200\222\345\242\236\347\232\204\346\225\264\346\225\260\345\272\217\345\210\227\351\223\276\350\241\250\347\232\204\346\217\222\345\205\245.c" index 203fe1c..7148712 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.4 \351\200\222\345\242\236\347\232\204\346\225\264\346\225\260\345\272\217\345\210\227\351\223\276\350\241\250\347\232\204\346\217\222\345\205\245.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.4 \351\200\222\345\242\236\347\232\204\346\225\264\346\225\260\345\272\217\345\210\227\351\223\276\350\241\250\347\232\204\346\217\222\345\205\245.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5726 +// https://pintia.cn/problem-sets/434/exam/problems/5726 List Insert(List L, ElementType X) { PtrToNode p = L; while (p->Next != NULL && p->Next->Data < X) p = p->Next; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.5 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\345\220\210\345\271\266.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.5 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\345\220\210\345\271\266.c" index e8a3f68..060ae3d 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.5 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\345\220\210\345\271\266.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.5 \344\270\244\344\270\252\346\234\211\345\272\217\351\223\276\350\241\250\345\272\217\345\210\227\347\232\204\345\220\210\345\271\266.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5803 +// https://pintia.cn/problem-sets/434/exam/problems/5803 List Merge(List L1, List L2) { List L = (List)malloc(sizeof(struct Node)); L->Next = NULL; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.6 \351\200\222\345\275\222\346\261\202\347\256\200\345\215\225\344\272\244\351\224\231\345\271\202\347\272\247\346\225\260\347\232\204\351\203\250\345\210\206\345\222\214.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.6 \351\200\222\345\275\222\346\261\202\347\256\200\345\215\225\344\272\244\351\224\231\345\271\202\347\272\247\346\225\260\347\232\204\351\203\250\345\210\206\345\222\214.c" index 4905c33..ba07a10 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.6 \351\200\222\345\275\222\346\261\202\347\256\200\345\215\225\344\272\244\351\224\231\345\271\202\347\272\247\346\225\260\347\232\204\351\203\250\345\210\206\345\222\214.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.6 \351\200\222\345\275\222\346\261\202\347\256\200\345\215\225\344\272\244\351\224\231\345\271\202\347\272\247\346\225\260\347\232\204\351\203\250\345\210\206\345\222\214.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5804 +// https://pintia.cn/problem-sets/434/exam/problems/5804 double fn(double x, int n) { if (n == 1) return x; return x - x * fn(x, n - 1); diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.7 \345\274\271\347\220\203\350\267\235\347\246\273.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.7 \345\274\271\347\220\203\350\267\235\347\246\273.c" index e885fc8..1954196 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.7 \345\274\271\347\220\203\350\267\235\347\246\273.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2302.7 \345\274\271\347\220\203\350\267\235\347\246\273.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5806 +// https://pintia.cn/problem-sets/434/exam/problems/5806 double dist(double h, double p) { double sum = 0.0, tmp = h * p; while (tmp >= TOL) { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.12 \345\217\246\347\261\273\345\276\252\347\216\257\351\230\237\345\210\227.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.12 \345\217\246\347\261\273\345\276\252\347\216\257\351\230\237\345\210\227.c" index 51ba06d..1d5fa56 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.12 \345\217\246\347\261\273\345\276\252\347\216\257\351\230\237\345\210\227.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.12 \345\217\246\347\261\273\345\276\252\347\216\257\351\230\237\345\210\227.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6085 +// https://pintia.cn/problem-sets/434/exam/problems/6085 bool AddQ(Queue Q, ElementType X) { if (Q->Count == Q->MaxSize) { printf("Queue Full\n"); diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.13 \345\217\214\347\253\257\351\230\237\345\210\227.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.13 \345\217\214\347\253\257\351\230\237\345\210\227.c" index c9a31d1..45fb92c 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.13 \345\217\214\347\253\257\351\230\237\345\210\227.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.13 \345\217\214\347\253\257\351\230\237\345\210\227.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6096 +// https://pintia.cn/problem-sets/434/exam/problems/6096 bool Push(ElementType X, Deque D) { if ((D->Rear + 1) % D->MaxSize == D->Front) { return false; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.14 \345\217\246\347\261\273\345\240\206\346\240\210.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.14 \345\217\246\347\261\273\345\240\206\346\240\210.c" index 25d9148..0b16daa 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.14 \345\217\246\347\261\273\345\240\206\346\240\210.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.14 \345\217\246\347\261\273\345\240\206\346\240\210.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6098 +// https://pintia.cn/problem-sets/434/exam/problems/6098 bool Push(Stack S, ElementType X) { if (S->Top == S->MaxSize) { printf("Stack Full\n"); diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.3 \347\272\277\346\200\247\350\241\250\345\205\203\347\264\240\347\232\204\345\214\272\351\227\264\345\210\240\351\231\244.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.3 \347\272\277\346\200\247\350\241\250\345\205\203\347\264\240\347\232\204\345\214\272\351\227\264\345\210\240\351\231\244.c" index 0487d74..63f050a 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.3 \347\272\277\346\200\247\350\241\250\345\205\203\347\264\240\347\232\204\345\214\272\351\227\264\345\210\240\351\231\244.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.3 \347\272\277\346\200\247\350\241\250\345\205\203\347\264\240\347\232\204\345\214\272\351\227\264\345\210\240\351\231\244.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/966247795744329728 +// https://pintia.cn/problem-sets/434/exam/problems/966247795744329728 List Delete(List L, ElementType minD, ElementType maxD) { Position Len = 0; for (int i = 0; i <= L->Last; i++) { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.5 \346\261\202\351\223\276\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254m\344\270\252\345\205\203\347\264\240.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.5 \346\261\202\351\223\276\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254m\344\270\252\345\205\203\347\264\240.c" index dc7b1be..f678086 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.5 \346\261\202\351\223\276\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254m\344\270\252\345\205\203\347\264\240.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2303.5 \346\261\202\351\223\276\350\241\250\347\232\204\345\200\222\346\225\260\347\254\254m\344\270\252\345\205\203\347\264\240.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/966235055998885888 +// https://pintia.cn/problem-sets/434/exam/problems/966235055998885888 ElementType Find(List L, int m) { if (!L || m <= 0) return ERROR; int len = 0, cnt = 0, pos; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2304.3 \346\230\257\345\220\246\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2304.3 \346\230\257\345\220\246\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.c" index e978714..7f013c1 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2304.3 \346\230\257\345\220\246\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2304.3 \346\230\257\345\220\246\344\272\214\345\217\211\346\220\234\347\264\242\346\240\221.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6178 +// https://pintia.cn/problem-sets/434/exam/problems/6178 bool isValidBST(BinTree T, int low, int high) { if (T == NULL) return true; if (T->Data <= low || T->Data >= high) return false; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305.10 \347\272\277\346\200\247\346\216\242\346\265\213\346\263\225\347\232\204\346\237\245\346\211\276\345\207\275\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305.10 \347\272\277\346\200\247\346\216\242\346\265\213\346\263\225\347\232\204\346\237\245\346\211\276\345\207\275\346\225\260.c" index bbdc18e..5669fa1 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305.10 \347\272\277\346\200\247\346\216\242\346\265\213\346\263\225\347\232\204\346\237\245\346\211\276\345\207\275\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305.10 \347\272\277\346\200\247\346\216\242\346\265\213\346\263\225\347\232\204\346\237\245\346\211\276\345\207\275\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6182 +// https://pintia.cn/problem-sets/434/exam/problems/6182 Position Find(HashTable H, ElementType Key) { for (int i = 0; i < H->TableSize; i++) { Position pos = Hash(Key + i, H->TableSize); diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305.11 \345\210\206\347\246\273\351\223\276\346\216\245\346\263\225\347\232\204\345\210\240\351\231\244\346\223\215\344\275\234\345\207\275\346\225\260.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305.11 \345\210\206\347\246\273\351\223\276\346\216\245\346\263\225\347\232\204\345\210\240\351\231\244\346\223\215\344\275\234\345\207\275\346\225\260.c" index 7ebb50a..55e3b33 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305.11 \345\210\206\347\246\273\351\223\276\346\216\245\346\263\225\347\232\204\345\210\240\351\231\244\346\223\215\344\275\234\345\207\275\346\225\260.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\344\271\240\351\242\2305.11 \345\210\206\347\246\273\351\223\276\346\216\245\346\263\225\347\232\204\345\210\240\351\231\244\346\223\215\344\275\234\345\207\275\346\225\260.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6222 +// https://pintia.cn/problem-sets/434/exam/problems/6222 bool Delete(HashTable H, ElementType Key) { Index pos = Hash(Key, H->TableSize); List L = H->Heads + pos; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2406.1 \351\202\273\346\216\245\347\237\251\351\230\265\345\255\230\345\202\250\345\233\276\347\232\204\346\267\261\345\272\246\344\274\230\345\205\210\351\201\215\345\216\206.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2406.1 \351\202\273\346\216\245\347\237\251\351\230\265\345\255\230\345\202\250\345\233\276\347\232\204\346\267\261\345\272\246\344\274\230\345\205\210\351\201\215\345\216\206.c" index 86074be..81b7637 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2406.1 \351\202\273\346\216\245\347\237\251\351\230\265\345\255\230\345\202\250\345\233\276\347\232\204\346\267\261\345\272\246\344\274\230\345\205\210\351\201\215\345\216\206.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2406.1 \351\202\273\346\216\245\347\237\251\351\230\265\345\255\230\345\202\250\345\233\276\347\232\204\346\267\261\345\272\246\344\274\230\345\205\210\351\201\215\345\216\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6472 +// https://pintia.cn/problem-sets/434/exam/problems/6472 void DFS(MGraph Graph, Vertex V, void (*Visit)(Vertex)) { Visited[V] = true; Visit(V); diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2406.2 \351\202\273\346\216\245\350\241\250\345\255\230\345\202\250\345\233\276\347\232\204\345\271\277\345\272\246\344\274\230\345\205\210\351\201\215\345\216\206.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2406.2 \351\202\273\346\216\245\350\241\250\345\255\230\345\202\250\345\233\276\347\232\204\345\271\277\345\272\246\344\274\230\345\205\210\351\201\215\345\216\206.c" index 6a2c3e2..ced694d 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2406.2 \351\202\273\346\216\245\350\241\250\345\255\230\345\202\250\345\233\276\347\232\204\345\271\277\345\272\246\344\274\230\345\205\210\351\201\215\345\216\206.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\347\273\203\344\271\2406.2 \351\202\273\346\216\245\350\241\250\345\255\230\345\202\250\345\233\276\347\232\204\345\271\277\345\272\246\344\274\230\345\205\210\351\201\215\345\216\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6475 +// https://pintia.cn/problem-sets/434/exam/problems/6475 void BFS(LGraph Graph, Vertex S, void (*Visit)(Vertex)) { Vertex Queue[MaxVertexNum]; int front = 0, back = 0; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.1 \347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.1 \347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" index 8847782..ebafb53 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.1 \347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.1 \347\256\200\345\215\225\350\256\241\347\256\227\345\231\250.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5405 +// https://pintia.cn/problem-sets/434/exam/problems/5405 #include using namespace std; bool isvalid(char ch) { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.2 \346\225\260\347\273\204\345\276\252\347\216\257\345\267\246\347\247\273.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.2 \346\225\260\347\273\204\345\276\252\347\216\257\345\267\246\347\247\273.cpp" index 06f15b9..0a55cb1 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.2 \346\225\260\347\273\204\345\276\252\347\216\257\345\267\246\347\247\273.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.2 \346\225\260\347\273\204\345\276\252\347\216\257\345\267\246\347\247\273.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5653 +// https://pintia.cn/problem-sets/434/exam/problems/5653 #include using namespace std; const int N = 110; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.3 \346\225\260\345\210\227\346\261\202\345\222\214-\345\212\240\345\274\272\347\211\210.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.3 \346\225\260\345\210\227\346\261\202\345\222\214-\345\212\240\345\274\272\347\211\210.cpp" index 7532767..deeba1e 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.3 \346\225\260\345\210\227\346\261\202\345\222\214-\345\212\240\345\274\272\347\211\210.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.3 \346\225\260\345\210\227\346\261\202\345\222\214-\345\212\240\345\274\272\347\211\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5654 +// https://pintia.cn/problem-sets/434/exam/problems/5654 #include const int N = 100010; int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.8 \350\276\223\345\207\272\345\205\250\346\216\222\345\210\227.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.8 \350\276\223\345\207\272\345\205\250\346\216\222\345\210\227.cpp" index 0fde1ba..d726771 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.8 \350\276\223\345\207\272\345\205\250\346\216\222\345\210\227.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2302.8 \350\276\223\345\207\272\345\205\250\346\216\222\345\210\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5811 +// https://pintia.cn/problem-sets/434/exam/problems/5811 #include using namespace std; const int N = 15; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.10 \346\261\211\350\257\272\345\241\224\347\232\204\351\235\236\351\200\222\345\275\222\345\256\236\347\216\260.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.10 \346\261\211\350\257\272\345\241\224\347\232\204\351\235\236\351\200\222\345\275\222\345\256\236\347\216\260.cpp" index a254c5c..f3b20de 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.10 \346\261\211\350\257\272\345\241\224\347\232\204\351\235\236\351\200\222\345\275\222\345\256\236\347\216\260.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.10 \346\261\211\350\257\272\345\241\224\347\232\204\351\235\236\351\200\222\345\275\222\345\256\236\347\216\260.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5892 +// https://pintia.cn/problem-sets/434/exam/problems/5892 #include using namespace std; void move(int n, char a, char b, char c) { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.11 \350\241\250\350\276\276\345\274\217\350\275\254\346\215\242.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.11 \350\241\250\350\276\276\345\274\217\350\275\254\346\215\242.cpp" index 8ad326b..9409062 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.11 \350\241\250\350\276\276\345\274\217\350\275\254\346\215\242.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.11 \350\241\250\350\276\276\345\274\217\350\275\254\346\215\242.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5893 +// https://pintia.cn/problem-sets/434/exam/problems/5893 #include using namespace std; int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.4 \346\234\200\351\225\277\350\277\236\347\273\255\351\200\222\345\242\236\345\255\220\345\272\217\345\210\227.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.4 \346\234\200\351\225\277\350\277\236\347\273\255\351\200\222\345\242\236\345\255\220\345\272\217\345\210\227.cpp" index 4486888..da8b21b 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.4 \346\234\200\351\225\277\350\277\236\347\273\255\351\200\222\345\242\236\345\255\220\345\272\217\345\210\227.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.4 \346\234\200\351\225\277\350\277\236\347\273\255\351\200\222\345\242\236\345\255\220\345\272\217\345\210\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5860 +// https://pintia.cn/problem-sets/434/exam/problems/5860 #include using namespace std; int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.6 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\347\232\204\344\271\230\346\263\225\344\270\216\345\212\240\346\263\225\350\277\220\347\256\227.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.6 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\347\232\204\344\271\230\346\263\225\344\270\216\345\212\240\346\263\225\350\277\220\347\256\227.cpp" index 88f3afa..7f6f6ac 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.6 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\347\232\204\344\271\230\346\263\225\344\270\216\345\212\240\346\263\225\350\277\220\347\256\227.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.6 \344\270\200\345\205\203\345\244\232\351\241\271\345\274\217\347\232\204\344\271\230\346\263\225\344\270\216\345\212\240\346\263\225\350\277\220\347\256\227.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5865 +// https://pintia.cn/problem-sets/434/exam/problems/5865 #include using namespace std; typedef pair pii; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.8 \347\254\246\345\217\267\351\205\215\345\257\271.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.8 \347\254\246\345\217\267\351\205\215\345\257\271.cpp" index 219b44a..abfdb81 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.8 \347\254\246\345\217\267\351\205\215\345\257\271.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.8 \347\254\246\345\217\267\351\205\215\345\257\271.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5869 +// https://pintia.cn/problem-sets/434/exam/problems/5869 #include using namespace std; bool is_left(string s) { return s == "(" || s == "[" || s == "{" || s == "/*"; } diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.9 \345\240\206\346\240\210\346\223\215\344\275\234\345\220\210\346\263\225\346\200\247.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.9 \345\240\206\346\240\210\346\223\215\344\275\234\345\220\210\346\263\225\346\200\247.cpp" index 71c4c9a..370617e 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.9 \345\240\206\346\240\210\346\223\215\344\275\234\345\220\210\346\263\225\346\200\247.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2303.9 \345\240\206\346\240\210\346\223\215\344\275\234\345\220\210\346\263\225\346\200\247.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5891 +// https://pintia.cn/problem-sets/434/exam/problems/5891 #include using namespace std; int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304.5 \351\241\272\345\272\217\345\255\230\345\202\250\347\232\204\344\272\214\345\217\211\346\240\221\347\232\204\346\234\200\350\277\221\347\232\204\345\205\254\345\205\261\347\245\226\345\205\210\351\227\256\351\242\230.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304.5 \351\241\272\345\272\217\345\255\230\345\202\250\347\232\204\344\272\214\345\217\211\346\240\221\347\232\204\346\234\200\350\277\221\347\232\204\345\205\254\345\205\261\347\245\226\345\205\210\351\227\256\351\242\230.cpp" index be1a542..ac578fa 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304.5 \351\241\272\345\272\217\345\255\230\345\202\250\347\232\204\344\272\214\345\217\211\346\240\221\347\232\204\346\234\200\350\277\221\347\232\204\345\205\254\345\205\261\347\245\226\345\205\210\351\227\256\351\242\230.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2304.5 \351\241\272\345\272\217\345\255\230\345\202\250\347\232\204\344\272\214\345\217\211\346\240\221\347\232\204\346\234\200\350\277\221\347\232\204\345\205\254\345\205\261\347\245\226\345\205\210\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6180 +// https://pintia.cn/problem-sets/434/exam/problems/6180 #include using namespace std; const int N = 1010; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2305.13 \350\257\215\351\242\221\347\273\237\350\256\241.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2305.13 \350\257\215\351\242\221\347\273\237\350\256\241.cpp" index b013229..5eebf0b 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2305.13 \350\257\215\351\242\221\347\273\237\350\256\241.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2305.13 \350\257\215\351\242\221\347\273\237\350\256\241.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6259 +// https://pintia.cn/problem-sets/434/exam/problems/6259 #include using namespace std; typedef pair psi; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.1 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\351\230\237\345\210\227\345\244\232\347\252\227\345\217\243\346\234\215\345\212\241.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.1 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\351\230\237\345\210\227\345\244\232\347\252\227\345\217\243\346\234\215\345\212\241.cpp" index e5d2fb2..6046019 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.1 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\351\230\237\345\210\227\345\244\232\347\252\227\345\217\243\346\234\215\345\212\241.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.1 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\351\230\237\345\210\227\345\244\232\347\252\227\345\217\243\346\234\215\345\212\241.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6495 +// https://pintia.cn/problem-sets/434/exam/problems/6495 #include using namespace std; struct node { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.2 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\351\230\237\345\210\227\345\244\232\347\252\227\345\217\243\345\212\240VIP\346\234\215\345\212\241.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.2 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\351\230\237\345\210\227\345\244\232\347\252\227\345\217\243\345\212\240VIP\346\234\215\345\212\241.cpp" index 7797825..f5e1516 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.2 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\351\230\237\345\210\227\345\244\232\347\252\227\345\217\243\345\212\240VIP\346\234\215\345\212\241.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.2 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\351\230\237\345\210\227\345\244\232\347\252\227\345\217\243\345\212\240VIP\346\234\215\345\212\241.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6516 +// https://pintia.cn/problem-sets/434/exam/problems/6516 #include using namespace std; const int N = 1010; @@ -85,7 +85,9 @@ int main() { } return 0; } -/* + +/* @pintia note=start + freeWins[] = 最早空闲的窗口 (可能有多个窗口同时空闲) if 队首的客户在 freeWins 空闲之前到达 (即当 freeWins 空闲的时候至少有一个用户在排队): if 如果有vipWin窗口空闲, 队列中也有vipCli用户: vipWin 服务 vipCli @@ -95,4 +97,5 @@ if 队首的客户在 freeWins 空闲之前到达 (即当 freeWins 空闲的时 users[] = 最早同时到达的用户 if users中有vip用户 && wins中有vip窗口: vip窗口 服务 vip用户 else: 序号最小的用户去序号最小的窗口 -*/ \ No newline at end of file + +@pintia note=end */ \ No newline at end of file diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.3 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\347\252\227\345\217\243\342\200\234\345\244\271\345\241\236\342\200\235\347\211\210.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.3 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\347\252\227\345\217\243\342\200\234\345\244\271\345\241\236\342\200\235\347\211\210.cpp" index 620efca..ef855ce 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.3 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\347\252\227\345\217\243\342\200\234\345\244\271\345\241\236\342\200\235\347\211\210.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.3 \351\223\266\350\241\214\346\216\222\351\230\237\351\227\256\351\242\230\344\271\213\345\215\225\347\252\227\345\217\243\342\200\234\345\244\271\345\241\236\342\200\235\347\211\210.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6541 +// https://pintia.cn/problem-sets/434/exam/problems/6541 #include using namespace std; const int N = 10001; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.4 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\346\234\200\344\275\216\346\210\220\346\234\254\345\273\272\350\256\276\351\227\256\351\242\230.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.4 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\346\234\200\344\275\216\346\210\220\346\234\254\345\273\272\350\256\276\351\227\256\351\242\230.cpp" index 3b9fa9e..d2b2595 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.4 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\346\234\200\344\275\216\346\210\220\346\234\254\345\273\272\350\256\276\351\227\256\351\242\230.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.4 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\346\234\200\344\275\216\346\210\220\346\234\254\345\273\272\350\256\276\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6544 +// https://pintia.cn/problem-sets/434/exam/problems/6544 #include using namespace std; const int N = 1010, INF = 0x7fffffff; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.5 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\345\261\200\351\203\250\346\234\200\345\260\217\350\212\261\350\264\271\351\227\256\351\242\230.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.5 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\345\261\200\351\203\250\346\234\200\345\260\217\350\212\261\350\264\271\351\227\256\351\242\230.cpp" index 5ef66b7..980d562 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.5 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\345\261\200\351\203\250\346\234\200\345\260\217\350\212\261\350\264\271\351\227\256\351\242\230.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\344\271\240\351\242\2308.5 \347\225\205\351\200\232\345\267\245\347\250\213\344\271\213\345\261\200\351\203\250\346\234\200\345\260\217\350\212\261\350\264\271\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6542 +// https://pintia.cn/problem-sets/434/exam/problems/6542 #include using namespace std; const int N = 110; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\344\276\2131.1 \346\234\200\345\244\247\345\255\220\345\210\227\345\222\214\351\227\256\351\242\230.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\344\276\2131.1 \346\234\200\345\244\247\345\255\220\345\210\227\345\222\214\351\227\256\351\242\230.cpp" index 22362a6..9caca1d 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\344\276\2131.1 \346\234\200\345\244\247\345\255\220\345\210\227\345\222\214\351\227\256\351\242\230.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\344\276\2131.1 \346\234\200\345\244\247\345\255\220\345\210\227\345\222\214\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/5404 +// https://pintia.cn/problem-sets/434/exam/problems/5404 #include const int N = 100010; int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\344\276\2136.1 \345\205\255\345\272\246\347\251\272\351\227\264.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\344\276\2136.1 \345\205\255\345\272\246\347\251\272\351\227\264.cpp" index 95d3318..e2b47b8 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\344\276\2136.1 \345\205\255\345\272\246\347\251\272\351\227\264.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\256\236\344\276\2136.1 \345\205\255\345\272\246\347\251\272\351\227\264.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6476 +// https://pintia.cn/problem-sets/434/exam/problems/6476 #include using namespace std; const int N = 1010; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.1 \346\240\271\346\215\256\345\220\216\345\272\217\345\222\214\344\270\255\345\272\217\351\201\215\345\216\206\350\276\223\345\207\272\345\205\210\345\272\217\351\201\215\345\216\206.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.1 \346\240\271\346\215\256\345\220\216\345\272\217\345\222\214\344\270\255\345\272\217\351\201\215\345\216\206\350\276\223\345\207\272\345\205\210\345\272\217\351\201\215\345\216\206.cpp" index 37d6416..a2196db 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.1 \346\240\271\346\215\256\345\220\216\345\272\217\345\222\214\344\270\255\345\272\217\351\201\215\345\216\206\350\276\223\345\207\272\345\205\210\345\272\217\351\201\215\345\216\206.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.1 \346\240\271\346\215\256\345\220\216\345\272\217\345\222\214\344\270\255\345\272\217\351\201\215\345\216\206\350\276\223\345\207\272\345\205\210\345\272\217\351\201\215\345\216\206.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6101 +// https://pintia.cn/problem-sets/434/exam/problems/6101 #include using namespace std; const int N = 35; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.2 \345\271\263\350\241\241\344\272\214\345\217\211\346\240\221\347\232\204\346\240\271.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.2 \345\271\263\350\241\241\344\272\214\345\217\211\346\240\221\347\232\204\346\240\271.cpp" index a68d4a1..4ca0fde 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.2 \345\271\263\350\241\241\344\272\214\345\217\211\346\240\221\347\232\204\346\240\271.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.2 \345\271\263\350\241\241\344\272\214\345\217\211\346\240\221\347\232\204\346\240\271.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6103 +// https://pintia.cn/problem-sets/434/exam/problems/6103 #include using namespace std; struct node { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.3 \345\240\206\344\270\255\347\232\204\350\267\257\345\276\204.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.3 \345\240\206\344\270\255\347\232\204\350\267\257\345\276\204.cpp" index ad6f813..5af4afe 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.3 \345\240\206\344\270\255\347\232\204\350\267\257\345\276\204.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2404.3 \345\240\206\344\270\255\347\232\204\350\267\257\345\276\204.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6104 +// https://pintia.cn/problem-sets/434/exam/problems/6104 #include using namespace std; const int N = 1010; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2407.1 \346\216\222\345\272\217.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2407.1 \346\216\222\345\272\217.cpp" index fcdc1bc..6390a3a 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2407.1 \346\216\222\345\272\217.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\347\273\203\344\271\2407.1 \346\216\222\345\272\217.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/434/problems/6477 +// https://pintia.cn/problem-sets/434/exam/problems/6477 #include using namespace std; int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2143-2.2 \345\215\225\351\223\276\350\241\250\345\210\206\346\256\265\351\200\206\350\275\254.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2143-2.2 \345\215\225\351\223\276\350\241\250\345\210\206\346\256\265\351\200\206\350\275\254.c" index 50f45e3..8e0c407 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2143-2.2 \345\215\225\351\223\276\350\241\250\345\210\206\346\256\265\351\200\206\350\275\254.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2143-2.2 \345\215\225\351\223\276\350\241\250\345\210\206\346\256\265\351\200\206\350\275\254.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/988034414048743424/problems/988038293285015552 +// https://pintia.cn/problem-sets/988034414048743424/exam/problems/988038293285015552 int getLen(List L) { PtrToNode p = L->Next; int len = 0; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2143-2.3 \345\205\261\344\272\253\345\220\216\347\274\200\347\232\204\351\223\276\350\241\250.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2143-2.3 \345\205\261\344\272\253\345\220\216\347\274\200\347\232\204\351\223\276\350\241\250.c" index 72332aa..9eadc71 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2143-2.3 \345\205\261\344\272\253\345\220\216\347\274\200\347\232\204\351\223\276\350\241\250.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2143-2.3 \345\205\261\344\272\253\345\220\216\347\274\200\347\232\204\351\223\276\350\241\250.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/988034414048743424/problems/988038562512924672 +// https://pintia.cn/problem-sets/988034414048743424/exam/problems/988038562512924672 int getLen(List L) { PtrToNode p = L->Next; int len = 0; diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2144-2.3 \344\272\214\345\217\211\346\240\221\347\232\204\351\235\236\351\200\222\345\275\222\351\201\215\345\216\206.c" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2144-2.3 \344\272\214\345\217\211\346\240\221\347\232\204\351\235\236\351\200\222\345\275\222\351\201\215\345\216\206.c" index 63265e1..df2ff24 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2144-2.3 \344\272\214\345\217\211\346\240\221\347\232\204\351\235\236\351\200\222\345\275\222\351\201\215\345\216\206.c" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\345\207\275\346\225\260\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2144-2.3 \344\272\214\345\217\211\346\240\221\347\232\204\351\235\236\351\200\222\345\275\222\351\201\215\345\216\206.c" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/988034414048743424/problems/988039902048034816 +// https://pintia.cn/problem-sets/988034414048743424/exam/problems/988039902048034816 void InorderTraversal( BinTree BT ) { if (BT == NULL) return; InorderTraversal(BT->Left); diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2142-2.1 \346\225\264\346\225\260\347\232\204\345\210\206\347\261\273\345\244\204\347\220\206.py" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2142-2.1 \346\225\264\346\225\260\347\232\204\345\210\206\347\261\273\345\244\204\347\220\206.py" index 99f5669..4c9633c 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2142-2.1 \346\225\264\346\225\260\347\232\204\345\210\206\347\261\273\345\244\204\347\220\206.py" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2142-2.1 \346\225\264\346\225\260\347\232\204\345\210\206\347\261\273\345\244\204\347\220\206.py" @@ -1,4 +1,4 @@ -# https://pintia.cn/problem-sets/988034414048743424/problems/988036281675845632 +# https://pintia.cn/problem-sets/988034414048743424/exam/problems/988036281675845632 # #include # using namespace std; # int main() { diff --git "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2142-2.4 \350\243\205\347\256\261\351\227\256\351\242\230.cpp" "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2142-2.4 \350\243\205\347\256\261\351\227\256\351\242\230.cpp" index 30f548c..c614dd8 100644 --- "a/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2142-2.4 \350\243\205\347\256\261\351\227\256\351\242\230.cpp" +++ "b/\346\265\231\345\244\247\347\211\210_\346\225\260\346\215\256\347\273\223\346\236\204\345\255\246\344\271\240\344\270\216\345\256\236\351\252\214\346\214\207\345\257\274(\347\254\2542\347\211\210)_\351\242\230\347\233\256\351\233\206/\347\274\226\347\250\213\351\242\230/\345\237\272\347\241\200\345\256\236\351\252\2142-2.4 \350\243\205\347\256\261\351\227\256\351\242\230.cpp" @@ -1,4 +1,4 @@ -// https://pintia.cn/problem-sets/988034414048743424/problems/988036689915572224 +// https://pintia.cn/problem-sets/988034414048743424/exam/problems/988036689915572224 #include using namespace std; int main() {