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
0 comments:
Post a Comment