Tuesday, July 29, 2014

From today I will try to post all the solutions from various online Judge regularly
cheers ;)


int main(int argc, char **argv){

ios::sync_with_stdio(false) ;
        cout<<"A new beginning\n" ;

return 0;
}