Distinct Numbers

Xem dạng PDF

Gửi bài giải

Điểm: 1,00 (OI)
Giới hạn thời gian: 1.0s
Giới hạn bộ nhớ: 256M
Input: stdin
Output: stdout

Nguồn bài:
Châu Nhật Tăng
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch

You are given a list of ~𝑛~ integers, and your task is to find the distinct values in the list.

Input:

  • The first line contains an integer ~𝑛~ (where ~𝑛~ is less than or equal to ~10^5~).
  • The second line contains 𝑛 integers ~𝑥_1,𝑥_2,…,𝑥_𝑛~.

Output:

  • Print the distinct values.

Sample Input

6
1 2 2 3 3 3

Sample Output

1 2 3

Bình luận

Hãy đọc nội quy trước khi bình luận.


Không có bình luận tại thời điểm này.