SOLUTION OF URI 1153 URI SOLUTIONS No comments // 1153 (Mahmud_Jamil) BRUR // Simple Factorial #include <stdio.h>int main(){ int N,a,m=1; scanf("%d", &N); for(a=N;a>=1;a--) m*=a; printf ("%d\n",m); return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 2061 // Solution of 2061 Closing Tabs // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 2031 // Solution of 2031 Rock, Paper, Airstrike // (Mahmud_Jamil) BRUR… Read MoreSOLUTION OF URI 2006 // Solution of 2006 Identifying Tea // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 2060 // Solution of 2060 Bino's Challenge // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 2028 // Solution of 2028 Sequence of Sequence // (Mahmud_Jamil) BRUR … Read More
0 comments:
Post a Comment