When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

ragingbull's blog

By ragingbull, 7 years ago, In English

http://codeforces.com/problemset/problem/266/B

I did this problem today. It mentions that person at the front will be served first. So, logically, we should remove him/her from further swap considerations. I got accepted assuming no effect on starting point with time. Have I done it improperly?.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?