Wednesday, January 20, 2016

URI Solution 1016 - Distance



//URI 1016
//Author : Humaun Kabir

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

No comments:

Post a Comment

Thank you for commenting. Please wait for response :)