发表评论取消回复
相关阅读
相关 Python实现PAT 1063. Set Similarity (25)
1063. Set Similarity (25) Given two sets of integers, the similarity of the sets is d
相关 Python实现Pat 1078. Hashing (25)
Pat 1078. Hashing (25) The task of this problem is simple: insert a sequence of disti
相关 Python实现Pat 1040. Longest Symmetric String (25)
[题目][Link 1] Given a string, you are supposed to output the length of the longest sym
相关 Python实现Pat 1028. List Sorting (25)
[题目][Link 1] A traveler’s map gives the distances between cities along the highways,
相关 Python实现Pat 1003. Emergency (25)
[题目][Link 1] As an emergency rescue team leader of a city, you are given a special ma
相关 Python实现Pat 1085. Perfect Sequence (25)
[题目][Link 1] Given a sequence of positive integers and another positive integer p. Th
相关 Python实现Pat 1032. Sharing (25)
[题目][Link 1] Given a collection of number segments, you are supposed to recover the s
相关 Python实现Pat 1032. Sharing (25)
[题目传送门][Link 1] 解答 line0=input().split(' ') N=int(line0[2]) dic={}
相关 python实现pat 1071. Speech Patterns (25)
题目描述 People often have a preference among synonyms of the same word. For example, som
相关 (PAT 1078) Hashing (哈希表冲突处理)
The task of this problem is simple: insert a sequence of distinct positive integers into
还没有评论,来说两句吧...