Search found 1 match

by TPuser
Wed Oct 24, 2012 11:27 am
Forum: Volume 2 (200-299)
Topic: 242 - Stamps and Envelope Size
Replies: 11
Views: 3552

Re: 242 - Stamps and Envelope Size (PE)

I got AC by

Code: Select all

        printf("max coverage =%4d :",max);
        for(i=0;i<stamp[ans].n;i++){
            printf("%3d",stamp[ans].price[i]);
        }
        printf("\n");

Go to advanced search