Hi there,
Nearest neighbour is a problem where you are given N points
and you are asked to process online queries: for a new point
find the closest point from given N points. Euclid distance is used: 
Who knows where I can test this problem?
| # | User | Rating |
|---|---|---|
| 1 | jiangly | 3810 |
| 2 | Benq | 3676 |
| 3 | Kevin114514 | 3655 |
| 4 | maroonrk | 3463 |
| 5 | strapple | 3447 |
| 6 | Um_nik | 3387 |
| 7 | heuristica | 3322 |
| 8 | turmax | 3317 |
| 9 | tourist | 3307 |
| 10 | jiangbowen | 3291 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 156 |
| 2 | nik_exists | 150 |
| 2 | maspy | 150 |
| 4 | Um_nik | 141 |
| 5 | Errichto | 139 |
| 6 | adamant | 137 |
| 7 | AmShZ | 135 |
| 8 | BledDest | 132 |
| 9 | maroonrk | 131 |
| 10 | qwexd | 129 |
Hi there,
Nearest neighbour is a problem where you are given N points
and you are asked to process online queries: for a new point
find the closest point from given N points. Euclid distance is used: 
Who knows where I can test this problem?
Hi there!
Problem from past regional olympiad: There are N ≤ 5000 distinct points |xi|, |yi| ≤ 104 on the plane. You are asked to find the number of different right triangles, where the vertices are from N points.
TL: 2s, ML: 64MB
Thanks
Hi everybody!
Recently I have thought of how can I solve such problem: There is a root of a tree. At each step player can create on any leaf of a tree either left child (with probability p) or right child (with probability 1 - p). What is the expected value of a height of a tree after n player steps?
UPD: Leaf is chosen with the same probability (equiprobably).
Leaf -- is a vertex with the number of children less than 2.
Hi everybody!
Will be it possible to participate in IOI 2013 online?
Thanks
| Name |
|---|


