Sponsors

Tag: C

Codeforces Round #382 (Div....

#include<stdio.h> main() { long long int n,i,j,c=0,a,b,k; scanf("%I64d",&n); a=1; b=1; k=a+b; while(k<=n) { c++; ...

Codeforces Round #382 (Div....

#include<stdio.h> #include<stdlib.h> int cmp(const void*a,const void*b) { return *(int*)b-*(int*)a; } int w; int main() { int n,n1,n2; scanf("%d%d%d",&n,&n1,&n2); for(int i=0;i<n;i++) scanf("%d",&w); qsort(w,n,sizeof(w),cmp); if(n1>n2) { int...

Codeforces Round #381 (Div....

Hi guys , I just solved the fifth problem...

Codeforces Round #381 (Div....

Hi guys , I just solved the third problem...

Codeforces Round #381 (Div....

Hi guys , I just solved the second problem...

Codeforces Round #381 (Div....

Hi guys , I just solved the first problem...

Codeforces Round #380 (Div....

Hi Guys , I Just Tried to solve the...

Codeforces Round #380 (Div....

Hi Guys , I Just Tried to solve the...

Codeforces Round #380 (Div....

Hi Guys , I Just Tried to solve the...

Codeforces Round #380 (Div....

Hi Guys , I Just Tried to solve the...

Codeforces Round #380 (Div....

Hi Guys , I Just Tried to solve the...

Anagram Checking Between Two...

Hello guys! This is a code in C to...

Advertisement

spot_img