Codeforces Round #387 (Div. 2), problem: (B) Mammoth’s Genome Decoding Solution in C/C++
Codeforces Round #387 (Div. 2), problem: (B) Mammoth’s Genome Decoding Solution in C/C++ #include <stdio.h> char cc = { 'A', 'C', 'G', 'T' }; int cnt; void incr(char c) { int i; for (i …