Codeforces Round #426 (Div. 2), problem: (E) Ever-Hungry Krakozyabra Solution In C/C++
#include <stdio.h> #include <stdlib.h> #include <string.h> #define N 19 char strL, strR; int l, r, i, n, j, sum, k; int bufL = {0}, bufR = {0}; int *L, *R; int num = {0}, has …