SOLUTION OF URI 2057 URI SOLUTIONS // Solution of 2057 Time Zone // (Mahmud_Jamil) BRUR #include <stdio.h> int main() { int s, t, f, ans; scanf("%d%d%d", &s, &t, &f); ans = s+t+f; if(ans < 0) ans = 24 + ans; printf("%d\n",ans%24); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1984 // Solution of 1984 The Pronalância Puzzle // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1828 // Solution of 1828 Bazinga! // (Mahmud_Jamil) BRUR #includ… Read MoreSOLUTION OF URI 1933 // Solution of 1933 Tri-du // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1985 // Solution of 1985 MacPRONALTS // (Mahmud_Jamil) BRUR #inc… Read MoreSOLUTION OF URI 1827 // Solution of 1827 Square Array IV // (Mahmud_Jamil) BRUR … Read More