UITS Inter University Programming Contest, 2019
Finished
Disclaimer
CodeMarshal is serving as a hosting platform for this contest and does not claim to own its content. To report copyright violations drop a line at: [email protected]
Practice
Solve these problems in practice mode.
LoginProblems
Clarifications (See all..)
Answered
[E. No More Dengue] Problem Statement
Light sources can be on both sides A and B
Answered
[D. Chirpy Cookie Wonton] Rejudge
Problem D all submission has been rejudged.
Answered
[F. Mina Raju and An Array] what is the range of each array element?
100000
Answered
[F. Mina Raju and An Array] Explanation
In second case array is [ 7 2 9 10 1 ] and M is 3. So we can split the array into three parts as like [ [ 7 ], [ 2, 9], [10, 1]] so answer is 11.