SOLUTION OF URI 1173 URI SOLUTIONS No comments // 1173 (Mahmud_Jamil) BRUR // Array fill I #include <stdio.h>int main(){ int N[10], a, V; scanf("%d", &V); for(a=0; a<=9; a++) { N[a]=V; printf("N[%d] = %d\n",a,V); V*=2; } return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1015 // question of uri 1015 Distance Between Two Points // 1015 (Mahmud_Jam… Read MoreSOLUTION OF URI 1017 // question of uri 1017 Fuel Spent //1017 (Mahmud_Jamil) BRU… Read MoreSOLUTION OF URI 1013 // question of uri 1013 The Greatest // 1013 (Mahmud_Jamil) BRUR #in… Read More SOLUTION OF URI 1016 // question of uri 1016 Distance // 1016 (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1014 // question of uri 1014 Consumption // 1014 (Mahmud_Jamil) BRUR #inc… Read More
0 comments:
Post a Comment