Codeforces Round #379 (Div. 2), problem: (D) Anton and Chess Solution in C
Hey guys I just tried the Anton and Chess problem , hope you might like my solution feel free to comment better solution . #include #include typedef unsigned u; u F(u a,u b){return(b>=a)+(b>a);} char C,c;u …