Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя Vital1ty

Автор Vital1ty, 10 лет назад, По-английски

I came across this problem on Uva online judge from NWERC regional semilive 2010

https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2946

I have thought about a method where map<vector<pair<int,int>>,int> dp stores the best possible score Jan for the state vector<pair<int,int>>.... but i dont know how to proceed further and feel that the method is inefficient...

please help......

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
10 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

There is at most n<=1000 goodies and at most t <= 100 test cases. I think sraightforward solution will pass all test cases.