SOLUTION OF URI 1921 URI SOLUTIONS // Solution of 1921 Guilherme and His Kites // (Mahmud_Jamil) BRUR #include <stdio.h> int main() { long long int a,n; scanf("%lld", &n); a=(n*(n-3))/2; printf("%lld\n",a); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1043 // question of uri 1043 Triangle // 1043 (Mahmud_Jamil) BRUR #include <stdio… Read MoreSOLUTION OF URI 1047 // question of uri 1047 Game Time with Minutes // 1047 (Mahmud_Jamil) BRUR #incl… Read MoreSOLUTION OF URI 1046 // question of uri 1046 Game Time // 1046 (Mahmud_Jamil) BRUR #include &l… Read MoreSOLUTION OF URI 1045 // question of uri 1045 Triangle Types // 1045 (Mahmud_Jamil) BRUR #include &l… Read MoreSOLUTION OF URI 1044 // question of uri 1044 Multiples // 1044 (Mahmud_Jamil) BRUR #include <stdi… Read More