Codeforces Round #381 (Div. 2), problem: (A) Alyona and copybooks Solution in C/C++
Hi guys , I just solved the first problem of round 381 , Hope you like it , feel free to comment any better solution . #include<stdio.h> int main() { int n,a={0}; scanf(“%d %d …