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
0 comments:
Post a Comment