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