1001_Battle Over Cities - Hard Version (35)10 分钟阅读1001. Battle Over Cities - Hard Version Direct Link #include …阅读全文
1002_Business (35)5 分钟阅读1002. Business Direct Link #include <bits/stdc++.h> using namespace std; …阅读全文
1003_Universal Travel Sites (35)15 分钟阅读1003. Universal Travel Sites Direct Link #include<bits/stdc++.h> using …阅读全文
1004_To Buy or Not to Buy - Hard Version (35)10 分钟阅读1004. To Buy or Not to Buy - Hard Version Direct Link #include …阅读全文
1005_Programming Pattern (35)10 分钟阅读1005. Programming Pattern Direct Link #include <bits/stdc++.h> using …阅读全文
1006_Tree Traversals - Hard Version (35)15 分钟阅读1006. Tree Traversals - Hard Version Direct Link #coding: utf-8 import Queue # 基 …阅读全文
1008_Airline Routes (35)5 分钟阅读1008. Airline Routes Direct Link #include <bits/stdc++.h> using namespace …阅读全文
1009_Triple Inversions (35)5 分钟阅读1009. Triple Inversions Direct Link #include <bits/stdc++.h> using …阅读全文
1010_Lehmer Code (35)5 分钟阅读1010. Lehmer Code Direct Link #include <bits/stdc++.h> using namespace …阅读全文
1011_Cut Rectangles (35)10 分钟阅读1011. Cut Rectangles Direct Link def GetDistanceSquare(p1, p2): return (p1.X - …阅读全文
1012_Greedy Snake (35)10 分钟阅读1012. Greedy Snake Direct Link #include <bits/stdc++.h> using namespace …阅读全文
1013_Image Segmentation (35)5 分钟阅读1013. Image Segmentation Direct Link #coding: utf-8 # 基于最小生成树的图像分割算法,对于图片来说就是像素点 …阅读全文
1014_Circles of Friends (35)5 分钟阅读1014. Circles of Friends Direct Link #include <bits/stdc++.h> using …阅读全文
1015_Letter-moving Game (35)5 分钟阅读1015. Letter-moving Game Direct Link #include <bits/stdc++.h> using …阅读全文
1016_Uniqueness of MST (35)10 分钟阅读1016. Uniqueness of MST Direct Link #include <bits/stdc++.h> using …阅读全文
1017_The Best Peak Shape (35)5 分钟阅读1017. The Best Peak Shape Direct Link #coding: utf-8 import sys # 正向LIS+反向LIS找最 …阅读全文
1019_Separate the Animals (35)10 分钟阅读1019. Separate the Animals Direct Link #include <bits/stdc++.h> using …阅读全文
1020_Delete At Most Two Characters (35)5 分钟阅读1020. Delete At Most Two Characters Direct Link #include <cstdio> #include …阅读全文
1023_The Best Polygon (35)15 分钟阅读1023. The Best Polygon Direct Link #include <iostream> #include …阅读全文
1024_Currency Exchange Centers (35)10 分钟阅读1024. Currency Exchange Centers Direct Link #include <iostream> #include …阅读全文
1025_Keep at Most 100 Characters (35)5 分钟阅读1025. Keep at Most 100 Characters Direct Link #include <cstdio> #include …阅读全文
1026_String of Colorful Beads (35)5 分钟阅读1026. String of Colorful Beads Direct Link #include <iostream> #include …阅读全文
1027_Larry and Inversions (35)5 分钟阅读1027. Larry and Inversions Direct Link #include <iostream> #include …阅读全文
1028_Do All Roads Lead to Rome (35)15 分钟阅读1028. Do All Roads Lead to Rome Direct Link #include <iostream> #include …阅读全文
1029_Array Cutting Score (35)15 分钟阅读1029. Array Cutting Score Direct Link #include <iostream> #include …阅读全文
1030_Beautiful Subsequence (35)15 分钟阅读1030. Beautiful Subsequence Direct Link #include <iostream> #include …阅读全文