Problems from NSU Code Masters 2016

These problems are from a contest organized by North South University - Department of Electrical and Computer Engineering on June 4, 2016 at 4:30 AM UTC See details...

Standings
A. Bad Neighbors
In the strange neighborhood of Nocu, a lot of people lives pretty happily, or so they think. Like mo...
B. Easy Sequence 1
Let’s define an easy sequence F. Where: F(1)=1 F(2X)=F(X)2+1 F(2X+1)=F(X)×F(X+1)+2 Here X is a posit...
C. Meera and Solo Chocolates
Meera bought candies from the store. She is now going to distribute those among her N friends. She m...
D. Positive Area Triangles
Given a grid with length X and height Y, we can select any lattice point ( lattice point = integer c...
E. Minimizing Sphere
You will be given some points in a 3D co-ordinate system. You have to find the minimum volume of the...
F. Bloodlust
Mr. X is a dangerous criminal. He likes to draw some geometric random stuff and get motivated for hi...
G. Easy Sequence 2
Let’s define a easy sequence F. Where $ F(1) = 1 $ $ F(2X) = F(X)^2 + 1 $ $ F(2X+1) = F(X) \times F(...
H. Fast Co-Prime
Two numbers A and B are called co-prime if the only common positive factor of the two numbers is 1. ...
I. A + B
Given two integer numbers A and B, you have to print sum of A and B.
Toph uses cookies. By continuing you agree to our Cookie Policy.