SOLUTION OF URI 1113 URI SOLUTIONS No comments // 1113 (Mahmud_Jamil) BRUR // Ascending and Descending #include <stdio.h> int main() { int a,b; while(scanf("%d %d", &a, &b) && a!=b) if(a<b) printf("Crescente\n"); else printf("Decrescente\n"); return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 2057 // Solution of 2057 Time Zone // (Mahmud_Jamil) BRUR #includ… Read MoreSOLUTION OF URI 2031 // Solution of 2031 Rock, Paper, Airstrike // (Mahmud_Jamil) BRUR… Read MoreSOLUTION OF URI 2029 // Solution of 2029 Honey Reservoir // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 2003 // Solution of 2003 Sunday Morning // (Mahmud_Jamil) BRUR #… Read MoreSOLUTION OF URI 2060 // Solution of 2060 Bino's Challenge // (Mahmud_Jamil) BRUR … Read More
0 comments:
Post a Comment