Search found 2 matches

by frandres
Mon Dec 24, 2007 5:11 pm
Forum: Volume 4 (400-499)
Topic: 469 - Wetlands of Florida
Replies: 63
Views: 32338

Thx a lot, but I don't think that's the problem :( I had already tried putting "\n" before return 0; and I keep getting WA.

Any other ideas?
by frandres
Mon Dec 24, 2007 7:39 am
Forum: Volume 4 (400-499)
Topic: 469 - Wetlands of Florida
Replies: 63
Views: 32338

Hey guys...

Need help here.. I've tried all the input examples you've written so far in this topic and I keep getting WA :(

Heres my code



#include <iostream>
#include <string>
#include <vector>

using namespace std;

vector <string> grid;
unsigned int area=0;

void ...

Go to advanced search