Tahmin oyununu değiştirdin

Contest rules



Drop Out contest



In this prediction game ...


Sözde Drop Out yarışmasında, oyuncu sayısı her turda biraz daha azaltılır. Her turda en az puanı olan oyuncular elenecek ve kalan oyuncular bir sonraki tura geçecektir. Final turunda en çok puanı olan oyuncu, bu yarışmanın kazananıdır.
Elenacak (Drop Out) oyuncuların minimum sayısı şu şekilde belirlenir:
  • PLAYERS = number of players left
  • ROUNDS = number of rounds left to play
  • DROPOUT = minimum number of players to get eliminated
  • DROPOUT = rounding up ( PLAYERS / ROUNDS )
Some examples:
  • PLAYERS = 25
  • ROUNDS = 5
  • DROPOUT = rounding up ( 25 / 5 ) = 5
  • PLAYERS = 10
  • ROUNDS = 4
  • DROPOUT = rounding up ( 10 / 4 ) = 3
  • PLAYERS = 311
  • ROUNDS = 19
  • DROPOUT = rounding up ( 311 / 19 ) = 17
Eşit puan durumunda, elenen oyuncu sayısı hesaplanan Drop Out'tan daha yüksek olabilir.
Example:
Place
Puan
1
Oyuncu ABC
25
2
Oyuncu XYZ
23
3
Oyuncu CIA
22
Oyuncu FBI
22
5
Oyuncu NSA
21

Drop Out

6
Oyuncu SRT
20
Oyuncu BBT
20
Oyuncu HZU
20
9
Oyuncu PTR
18
10
Oyuncu NOQ
17
PLAYERS = 10 | ROUNDS = 4 | DROPOUT = rounding up ( 10 / 4 ) = 3

Pozisyon 6'daki tüm oyuncular 20 puan aldığı için üç oyuncu da elenecek. Eğer onlardan biri sadece 19 puan alırsa, diğer iki oyuncu bir sonraki tura geçer.