BdIO National 2016
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
What is a test case?
Data we use to test your code.
Answered
[E. Village Fair] Why the second kid will go to grand house with joy 7 and the 3rd..
The second kid has initial joy of 3. Then he will go through a path, which increases his joy by 4, making his joy 7. The third kid will go through a path, which increases his joy by 1. So, his joy becomes 3. Please read the statement more carefully.
Answered
[A. Guess the Queue] At the 7th line, it says "2 B". Is an integer data type missing ..
No, its correct. Its a second type operation, which has the format '2 x'.
Answered
[F. Batman and Robin] Second line of explanation2 is not clear. It must contain L inte..
remove 1 from "1, 2" and remove a 2 from "2, 2" both become same.