1016 - Distance


Problem Link

A Solution in c


#include<stdio.h>
int main()
{
    int a, b;
    scanf("%d", &a);
    b = a * 2;
    printf("%d minutos\n", b);
    return 0;
}



No comments

Theme images by Jason Morrow. Powered by Blogger.