MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/medium/_1014/Solution.java:22–26  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

20 }
21
22 public static void main(String[] args) {
23 Solution solution = new Solution();
24 int[] A = new int[]{8, 1, 5, 2, 6};
25 System.out.println(solution.maxScoreSightseeingPair(A));
26 }
27}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected