SOLUTION OF URI 1044 URI SOLUTIONS // question of uri 1044 Multiples // 1044 (Mahmud_Jamil) BRUR #include <stdio.h> int main() { int a, b; scanf("%d %d",&a, &b); if(a%b==0 || b%a==0){ printf("Sao Multiplos\n"); } else{ printf("Nao sao Multiplos\n"); } return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1973 // Solution of 1973 Star Trek // (Mahmud_Jamil) BRUR #include… Read MoreSOLUTION OF URI 1189 // Solution of 1189 Left Area // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1541 // Solution of 1541 Building Houses // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1589 // Solution of 1589 Bob Conduit // (Mahmud_Jamil) BRUR #include &… Read MoreSOLUTION OF URI 1478 // Solution of 1478 Square Matrix II // (Mahmud_Jamil) BRU… Read More