Đếm hình bình hành

View as PDF

Submit solution

Points: 200.00 (partial)
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

Cho ~(N<=2000)~ điểm trên mặt phẳng , đếm số hình bình hành tạo bởi ~N~ điểm . (Các điểm không trùng nhau).

Dữ liệu:

  • Số ~N~
  • ~N~ điểm nguyên có giá trị tuyệt đối của tọa độ không quá ~100~.

Kết quả:

  • Số hình bình hành
Ví dụ:
Input
4
0 1
1 0
1 1
2 0
input
1

Comments

Please read the guidelines before commenting.


There are no comments at the moment.