Submit solution
Points:
100.00
Time limit:
1.0s
Memory limit:
1G
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text
Input :
Dòng đầu tiên chứa số n.
Dòng tiếp theo chứa n thông tin từ
Output: In ra số cặp phần tử trùng nhau.
Example input:
Copy
7
1 1 2 2 2 7 8
Example output:
Copy
4
Giới hạn : n
*Subtask 1 : * 1 : n
*Subtask 2 : *
*Subtask 3 : * Không ràng buộc gì thêm. (10 %)
Comments
iloveamelia