SOLUTION OF URI 1866 URI SOLUTIONS // Solution of 1866 Bill // (Mahmud_Jamil) BRUR #include <stdio.h> int main() { int a,b,c; scanf("%d", &a); for(b=1; b<=a; b++) { scanf("%d", &c); if(c%2==0) printf("0\n"); else printf("1\n"); } return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1006 question of uri 1006 Average 2 //1006 (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1009 // question of uri 1009 Salary with Bonus // 1009 (Mahmud_Jamil) BR… Read MoreSOLUTION OF URI 1008 // question of uri 1008 Salary // 1008 (Mahmud_Jamil)&n… Read MoreSOLUTION OF URI 1005 // question of uri 1005 Average 1 //1005 (Mahmud_Jamil) … Read MoreSOLUTION OF URI 1007 // question of uri 1007 Difference //1007 (Mahmud_Jamil) BRU… Read More