SOLUTION OF URI 1016 URI SOLUTIONS // question of uri 1016 Distance // 1016 (Mahmud_Jamil) BRUR #include <stdio.h> int main() { int a,b; scanf("%d",&a); b=2*a; printf("%d minutos\n",b); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1933 // Solution of 1933 Tri-du // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1534 // Solution of 1534 Array 123 // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1985 // Solution of 1985 MacPRONALTS // (Mahmud_Jamil) BRUR #inc… Read MoreSOLUTION OF URI 1984 // Solution of 1984 The Pronalância Puzzle // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1828 // Solution of 1828 Bazinga! // (Mahmud_Jamil) BRUR #includ… Read More