Beecrowd 1016

     #include <stdio.h>


    int main()

    {

     int distance;

    

     scanf("%d", &distance);

    

     int time = distance*2;

    

     printf("%d minutos\n", time);

    

     return 0;

    }

Comments

Popular posts from this blog

Beecrowd 1020

Array variable found /not found

minimum