Search found 1 match

by Vepuha
Fri Feb 28, 2014 10:14 pm
Forum: Volume 115 (11500-11599)
Topic: 11559 - Event Planning
Replies: 29
Views: 15374

Re: 11559 Event planning

Hello, anyone can help me, I have no idea why I'm getting a WA

#include <iostream>

using namespace std;

int main()
{
long p, budget, hotels, weeks;
long hotelProperties [20][20]; //price , beds in week i
while(!cin.eof())
{
//clean variables;
for(long i=0; i<20; i++)
for(long j=0; j<20; j ...

Go to advanced search