SOLUTION OF URI 1059 URI SOLUTIONS No comments // 1059 // (Mahmud_Jamil) BRUR // question of 1059 Even Numbers #include <stdio.h> int main() { int i=2; while(i<=100) { printf("%d\n",i); i=i+2; } return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1003 // question of uri 1003 Simple Sum //1003 (Mahmud_Jamil) BR… Read MoreSOLUTION OF URI 1001 // Question of uri 1001 Extremely Basic //1001 (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1002 // question of uri 1002 Area of a Circle //1002 (Mahmud_Jamil) … Read MoreSOLUTION OF URI 1059 // 1059 // (Mahmud_Jamil) BRUR // question of 1059 … Read MoreSOLUTION OF URI 1065 // 1065 (Mahmud_Jamil) BRUR // question of 1065 … Read More
0 comments:
Post a Comment