-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
en/lc/3275/ #3485
en/lc/3275/
#3485
-
Beta Was this translation helpful? Give feedback.
All reactions
-
👎 1
Replies: 1 comment 1 reply
-
Execute for input:
int[][] queries = {{7,7},{-9,4}};
int k = 1;
As per the competition, the program works,
In-case same code is executed in other machines, it will return output: 14,13 instead of -1 and 13.
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
Language = Java
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment