Search found 1 match

by Darren
Sun Dec 10, 2006 7:25 pm
Forum: Volume 2 (200-299)
Topic: 204 - Robot Crash
Replies: 26
Views: 10246

204 WA

I'm getting a WA for this program. It seems to satisfy the cases in the problem text though. Can anyone tell me where it's going wrong?


#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <sstream>
#include <algorithm>
#include <iostream>
#include <assert.h>
#include <float.h ...

Go to advanced search