SOLUTION OF URI 1144 URI SOLUTIONS No comments // 1144 (Mahmud_Jamil) BRUR // Logical Sequence #include <stdio.h>int main(){ int a,b,c,d,e,f; scanf("%d", &a); for(b=1; b<=a; b++) { c=b*b; d=b*b*b; printf("%d %d %d\n",b,c,d); e=c+1; f=d+1; printf("%d %d %d\n",b,e,f); } return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1036// question of 1036 Bhaskara's Formula // 1036 (Mahmud_Jamil) BRUR #in… Read MoreSOLUTION OF URI 1018 // question of uri 1018 Banknotes //1018 (Mahmud_Jamil) BRUR #i… Read MoreSOLUTION OF URI 1021 // question of uri 1021 Banknotes and Coins &nbs… Read MoreSOLUTION OF URI 1035 // question of uri 1035 Selection Test 1 // 1035 (Mahmud_Jamil) BRUR #… Read MoreSOLUTION OF URI 1019 // question of uri 1019 Time Conversion // 1019 (Mahmud_Jamil) BRUR … Read More
0 comments:
Post a Comment