【无标题】
Duplicate Number
Given a sequence of N numbers, find a number A that the count of A in the sequence is at least two.
First line: one positive integer N (N <= 1000). Second line: N positive integers (<= 1000000).
One integer A.
译文:
重复号码
给定一个N个数的序列,找出序列中a的计数至少为2的数。
第一行:一个正整数N(N<=1000)。
第二行:N个正整数(<=1000000)。
一个整数A。
【无标题】最先出现在Python成神之路。
共有 0 条评论