Trending

Read more

View all

Beecrowd Solution of 1006

First try it yourself #include <stdio.h> int main() {     double a, b, c, MEDIA;          scanf("%lf %lf %lf"…

Beecrowd Solution of 1005

First try it yourself #include <stdio.h> int main() {     double A, B, MEDIA;          scanf("%lf %lf", &a…

Beecrowd Solution of of 1004

First try it yourself #include <stdio.h>   int main() {     int A,B,PROD;     scanf("%d%d", &A,&B)…

Beecrowd Solution of of 1003

First try it yourself #include <stdio.h>   int main() {      int A,B,SOMA;    scanf("%d%d", &A, &B…

Solution of 1002

First try it yourself #include <stdio.h>   int main() {       double R, A;     double n=3.14159;     scanf("%lf…

Solution of 1001

First try it yourself #include <stdio.h>   int main() {     int A,B,X;   scanf("%d%d",&A,&B);   X=…

Solution of 1000

First try it yourself #include <stdio.h>   int main() {      printf("Hello World!\n");     return 0; }

Load More
That is All