(String[] args)
| 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 | } |
nothing calls this directly
no test coverage detected