C. Bug in Codetime limit per test1 secondmemory limit per test256 mega dịch - C. Bug in Codetime limit per test1 secondmemory limit per test256 mega Việt làm thế nào để nói

C. Bug in Codetime limit per test1

C. Bug in Code
time limit per test1 second
memory limit per test256 megabytes
inputstandard input
outputstandard output
Recently a serious bug has been found in the FOS code. The head of the F company wants to find the culprit and punish him. For that, he set up an organizational meeting, the issue is: who's bugged the code? Each of the n coders on the meeting said: 'I know for sure that either x or y did it!'

The head of the company decided to choose two suspects and invite them to his office. Naturally, he should consider the coders' opinions. That's why the head wants to make such a choice that at least p of n coders agreed with it. A coder agrees with the choice of two suspects if at least one of the two people that he named at the meeting was chosen as a suspect. In how many ways can the head of F choose two suspects?

Note that even if some coder was chosen as a suspect, he can agree with the head's choice if he named the other chosen coder at the meeting.

Input
The first line contains integers n and p (3 ≤ n ≤ 3·105; 0 ≤ p ≤ n) — the number of coders in the F company and the minimum number of agreed people.

Each of the next n lines contains two integers xi, yi (1 ≤ xi, yi ≤ n) — the numbers of coders named by the i-th coder. It is guaranteed that xi ≠ i,  yi ≠ i,  xi ≠ yi.

Output
Print a single integer –– the number of possible two-suspect sets. Note that the order of the suspects doesn't matter, that is, sets (1, 2) и (2, 1) are considered identical.

Sample test(s)
input
4 2
2 3
1 4
1 4
2 1
output
6
input
8 6
5 6
5 7
5 8
6 2
2 1
7 3
1 3
1 4
output
1
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
C. lỗi trong mãthời gian giới hạn mỗi test1 thứ haigiới hạn bộ nhớ mỗi test256 MBinputstandard đầu vàooutputstandard đầu raGần đây một lỗi nghiêm trọng đã được tìm thấy trong mã FOS. Người đứng đầu của công ty F muốn tìm thấy thủ phạm và trừng phạt anh ta. Cho rằng, ông thiết lập một cuộc họp tổ chức, các vấn đề là: những người đã nghe trộm mã? Mỗi của các lập trình n vào cuộc họp nói: "Tôi biết chắc chắn rằng x hoặc y đã làm nó!"Người đứng đầu của công ty đã quyết định chọn hai nghi phạm và mời họ đến văn phòng của ông. Đương nhiên, ông nên xem xét ý kiến lập trình. Đó là lý do tại sao người đứng đầu muốn làm cho một sự lựa chọn đó ít p của n lập trình đã đồng ý với nó. Một coder đồng ý với sự lựa chọn của hai nghi phạm nếu ít nhất là một trong hai người mà ông đặt tên là tại cuộc họp đã được lựa chọn như là một kẻ tình nghi. Trong bao nhiêu cách có thể đầu của F chọn hai nghi phạm?Lưu ý rằng ngay cả khi một số coder được chọn là nghi ngờ một, ông có thể đồng ý với sự lựa chọn người đứng đầu nếu ông đặt tên là lựa chọn coder khác tại cuộc họp.Đầu vàoDòng đầu tiên có số nguyên n và p (3 ≤ n ≤ 3·105; 0 ≤ p ≤ n)-số lượng các lập trình trong công ty F và số đồng ý người, tối thiểu.Mỗi người trong số n dòng tiếp theo có hai số nguyên xi, yi (1 ≤ xi, yi ≤ n)-những con số của lập trình được đặt tên bởi coder i-th. Nó được đảm bảo rằng ≠ xi i, yi ≠ i, xi ≠ yi.Đầu raIn một số nguyên đơn--số lượng các có thể nghi ngờ hai bộ. Lưu ý rằng đặt hàng của các nghi phạm không quan trọng, có nghĩa là, bộ (1, 2) и (2, 1) được coi là giống hệt nhau.Mẫu test(s)đầu vào4 22 31 41 42 1đầu ra6đầu vào8 65 65 75 86 22 17 31 31 4đầu ra1
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
C. Bug in Code
time limit per test1 second
memory limit per test256 megabytes
inputstandard input
outputstandard output
Recently a serious bug has been found in the FOS code. The head of the F company wants to find the culprit and punish him. For that, he set up an organizational meeting, the issue is: who's bugged the code? Each of the n coders on the meeting said: 'I know for sure that either x or y did it!'

The head of the company decided to choose two suspects and invite them to his office. Naturally, he should consider the coders' opinions. That's why the head wants to make such a choice that at least p of n coders agreed with it. A coder agrees with the choice of two suspects if at least one of the two people that he named at the meeting was chosen as a suspect. In how many ways can the head of F choose two suspects?

Note that even if some coder was chosen as a suspect, he can agree with the head's choice if he named the other chosen coder at the meeting.

Input
The first line contains integers n and p (3 ≤ n ≤ 3·105; 0 ≤ p ≤ n) — the number of coders in the F company and the minimum number of agreed people.

Each of the next n lines contains two integers xi, yi (1 ≤ xi, yi ≤ n) — the numbers of coders named by the i-th coder. It is guaranteed that xi ≠ i,  yi ≠ i,  xi ≠ yi.

Output
Print a single integer –– the number of possible two-suspect sets. Note that the order of the suspects doesn't matter, that is, sets (1, 2) и (2, 1) are considered identical.

Sample test(s)
input
4 2
2 3
1 4
1 4
2 1
output
6
input
8 6
5 6
5 7
5 8
6 2
2 1
7 3
1 3
1 4
output
1
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: