Thanks to Max's invaluable leadership, a sizable portion of the ex-convicts are still alive and mentally stable! But before they can return home to their families, Joey orders them to exterminate the bebiliths, even if it costs them their lives!
The bebiliths pour out of the cave, aligned in
columns. The columns are aligned such that one bebilith from each column is visible to the ex-convicts. There are
bebiliths in the
column. Joey commands
strategic offenses, during which the ex-convicts eliminate
bebiliths from each column for all the columns in
.
After every strategic offense from the ex-convicts, Joey wants to evaluate the enemy's condition by finding the strength of the weakest column of bebiliths for all the columns in , and then the same for all the columns in
. Help Joey lead the ex-convicts to victory!
This problem can be solved with a brute force solution. As a result, the point value has been lowered to 5 points. If you want to strengthen the data, please send a message to the #problems-in-problems channel on slack.
Input Specification
The first line will contain and
, separated by a single space.
The second line will contain integers, with each containing the value
.
The next lines will each contain three space-separated integers
.
Output Specification
For every strategic offense, print out the number of bebiliths in the weakest column in the range of columns , and the same for the range of columns
, separated by a single space.
Sample Input
3 3
4 4 4
1 1 3
2 3 2
1 3 7
Sample Output
1 1
2 1
0 0
Language Limits
- PyPy2/PyPy3: 3s, 30MB
- Java7/Java8: 2s, 30MB
Comments
It's kind of funny because I'm listed as an author, but do we have to output the lowest-indexed column if there is a tie?
Also why is the last test case have
0 0
when the columns are 1-indexed? Is0
to be outputted if all columns are0
?Edit: This problem was written poorly (mostly by me). I don't want to start something for the umpteenth time, so I'll wait for Fatal's approval before I change the question, but basically you are to output the minimum value, not the minimum-value column. Bless you.
Edit 2: Also, it is entirely possible that there is an issue in the test data.
Edit 3: Nah it's just weak. Issue closed.
-
The issue is resolved and all submissions are being rejudged.
Hi Timothy,
Please set me as an administrator.
I had no prior knowledge that edits announcing changes to be made for a problem during a contest was against an internal rule.
Regards,
Max.
Edit
I only decided to participate in this contest to comment this. Please don't calculate rating for me using this contest.
How is the issue not resolved?
I'l let this
pass
once guys, but only because I got 25 FREE POINTS.Fixed.
lol also tudor can you restrict my powers so I can't see contest problems
Weiwei, could you try solving this problem and emailing me at [email protected] the code??
The contest is tomorrow so it's an emergency
Thanks
xD <3 Weiwei