Tag: Codeforces Round #387 (Div. 2)

Codeforces Round #387 (Div. 2), problem: (F) Igor and Interesting Numbers Solution in C/C++

Codeforces Round #387 (Div. 2), problem: (F) Igor and Interesting Numbers Solution in C/C++   #include <bits/stdc++.h> #define ll long...

Codeforces Round #387 (Div. 2), problem: (E) Comments Solution in C/C++

Codeforces Round #387 (Div. 2), problem: (E) Comments Solution in C/C++   #include <stdio.h> #include <string.h> #include <stdlib.h> #define N 1000000 int ccnt; struct comment...

Codeforces Round #387 (Div. 2), problem: (D) Winter Is Coming Solution in C/C++

Codeforces Round #387 (Div. 2), problem: (D) Winter Is Coming Solution in C/C++     #include <limits.h> #include <stdio.h> #include <stdlib.h> int compare(const...

Codeforces Round #387 (Div. 2), problem: (C) Servers Solution in C/C++

Codeforces Round #387 (Div. 2), problem: (C) Servers Solution in C/C++   #include<stdio.h> int main(){ int n,q,a={0},t,k,d,i,j,s,f; scanf("%d%d",&n,&q); while(q>0) { scanf("%d%d%d",&t,&k,&d); s=0; ...

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 = {...

Codeforces Round #387 (Div. 2), problem: (A) Display Size Solution in C/C++

Codeforces Round #387 (Div. 2), problem: (A) Display Size Solution in C/C++   int main(){ long long int x,i;...

Want to stay up to date with the latest news?

We would love to hear from you! Please fill in your details and we will stay in touch. It's that simple!