SOLUTION OF URI 1078 URI SOLUTIONS No comments // 1078 (Mahmud_Jamil) BRUR // Multiplication Table #include<stdio.h>int main(){ int i,n; scanf("%d",&n); for(i=1;i<=10;i++) printf("%d x %d = %d\n",i,n,i*n); return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1435 // Solution of 1435 Square Matrix I // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1759 // Solution of 1759 Ho Ho Ho // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1921 // Solution of 1921 Guilherme and His Kites // (Mahmud_Jamil) BRU… Read MoreSOLUTION OF URI 1929 // Solution of 1929 Triangle // (Mahmud_Jamil) BRUR #includ… Read MoreSOLUTION OF URI 1557 // Solution of 1557 Square Matrix III // (Mahmud_Jamil) BRUR… Read More
0 comments:
Post a Comment