Search found 1 match

by anirudh333
Thu Dec 04, 2008 12:55 pm
Forum: Volume 1 (100-199)
Topic: 105 - The Skyline Problem
Replies: 160
Views: 51642

Re: 105 WA (I passed all test data which I can find on internet)

Hi all! Seems the WA has been bugging many people, i was also one among them.
I added a "\n" after i print the answer and i got it accepted. The judge should have given Presentation Error but it gave WA.
here's my code

#include<iostream>
using namespace std;
int a[10000];
int main()
{
int x,y,z ...

Go to advanced search