Codeforces Round #380 (Div. 1, Rated, Based on Technocup 2017 – Elimination Round 2), problem: (C) Subordinates Solution in C/C++
Hi Guys , I Just Tried to solve the Subordinates problem , hope you might like it , please share if you’ve any better code . #include<stdio.h> #include<stdlib.h> typedef unsigned u; u Z,R,C; int …