We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Picking Numbers
Picking Numbers
Sort by
recency
|
2602 Discussions
|
Please Login in order to post a comment
As many exercises on this site, the description of the problem is misleading: it gives you the impression that data in the array have to stay unordered... but in reality the problem expects for you to sort the array.
The description is ambiguous. "subarray → consecutive sections" "Two elements → two adjacent elements in the section" Therefore, you may misunderstand that the array {4,5,6,7,8} is the correct answer.
This problem is not worded in a correct format to match the results desired by the problem itself, and just like when you realize you need a fence company to fix issues properly, working through the problem as written will give you the wrong answers.
import java.io.; import java.util.; import java.util.stream.*;
class Result {
}
public class Solution { public static void main(String[] args) throws IOException { BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in)); BufferedWriter bufferedWriter = new BufferedWriter(new FileWriter(System.getenv("OUTPUT_PATH")));
}