ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1824. Ifrit Bomber

Question about problem
Posted by Felix_Mate 27 Jul 2017 18:37
I solved this problem( 0.015 sec) but My algo is heuristic.
Why this problem is geometric? Or how can we use geometry in this task to reduce the search?
Re: Question about problem
Posted by Oleg Baskakov 28 Jul 2017 05:11
I think there might be as well a mistake in tags.
To me, this problem reminds of http://acm.timus.ru/problem.aspx?space=1&num=1326 with minor differences:
1) cities = bottle taps
2) N <= 30 instead of N <= 20;
3) city's "group" is a list of cities hit when bombing this one.