SOLUTION OF URI 1564 URI SOLUTIONS // Solution of 1564 Brazil World Cup // (Mahmud_Jamil) BRUR #include <stdio.h> int main() { int a,b,c; while(scanf("%d" ,&a)!=EOF) { if(a==0) printf("vai ter copa!\n"); else if(a>0) printf("vai ter duas!\n"); } return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1149 // 1149 (Mahmud_Jamil) BRUR // Summing Consecutive Integers #include <stdio.h>int main(){ int X, … Read MoreSOLUTION OF URI 1113 // 1113 (Mahmud_Jamil) BRUR // Ascending and Descending #include <stdio.h> int main() { … Read MoreSOLUTION OF URI 1172 // 1172 (Mahmud_Jamil) BRUR // Array Replacement I #include <stdio.h>int main(){ int N[10], temp,… Read MoreSOLUTION OF URI 1185 // (Mahmud_Jamil) BRUR // 1185 Above the Secundary Diagonal #inclu… Read MoreSOLUTION OF URI 1179 // 1179 (Mahmud_Jamil) BRUR // Solution of 1179 Array Fill IV #inc… Read More