练习专区

今天的一小步就是明天的一大步
Problem 1684 找相同
Accepted: 6   Total Submit: 7
Time Limit: 1000ms   Memory Limit: 30720KB
Description
n个数中有两个数是相同的,请编程找出
Input
输入n个数
Output
输出相同的两个数的下标
Sample Input
6
1 4 7 8 8 9
Sample Output
4 5
Hint
提交     返回