SOLUTION OF URI 1930 URI SOLUTIONS // Solution of 1930 Electrical Outlet // (Mahmud_Jamil) BRUR #include <stdio.h> int main() { int a,b,c,d,e; scanf("%d%d%d%d", &a, &b, &c, &d); e=a+b+c+d-3; printf("%d\n", e); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1133 // 1133 (Mahmud_Jamil) BRUR // Rest of a Division #include<stdio.h>int main(){ int X,Y… Read MoreSOLUTION OF URI 1177 // 1177 (Mahmud_Jamil) BRUR // Solution of 1177 … Read MoreSOLUTION OF URI 1094 // 1094 (Mahmud_Jamil) BRUR // Experiments #include<stdio.h>int main(){ int i,n,x; &nbs… Read MoreSOLUTION OF URI 1174 // 1174 (Mahmud_Jamil) BRUR // Array Selection I #include <stdio.h>int main(){ double A[100];&nb… Read MoreSOLUTION OF URI 1099 // 1099 (Mahmud_Jamil) BRUR // Sum of Consecutive Odd Numbers II #include <stdio.h>int main(){ &n… Read More