SOLUTION OF URI 1075 URI SOLUTIONS No comments // 1075 (Mahmud_Jamil) BRUR // Remaining 2 #include<stdio.h>int main(){ int i,n; scanf("%d",&n); for(i=1;i<=10000;i++){ if(i%n==2) printf("%d\n",i); } return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1828 // Solution of 1828 Bazinga! // (Mahmud_Jamil) BRUR #includ… Read MoreSOLUTION OF URI 1985 // Solution of 1985 MacPRONALTS // (Mahmud_Jamil) BRUR #inc… Read MoreSOLUTION OF URI 1984 // Solution of 1984 The Pronalância Puzzle // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1534 // Solution of 1534 Array 123 // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1589 // Solution of 1589 Bob Conduit // (Mahmud_Jamil) BRUR #include &… Read More
0 comments:
Post a Comment