Search found 1 match

by rajulanand
Mon Sep 29, 2008 5:26 pm
Forum: Volume 100 (10000-10099)
Topic: 10082 - WERTYU
Replies: 57
Views: 16635

Re: 10082 - WERTYU

I'm getting WA. On my pc i've tested with several inputs...don't know why it's showing wrong answer. I have a hint that may be it's problem with newline. Here's my code..plz give some valuable input.

#include<cstdio>
#include<iostream>
#include<vector>

using namespace std;


vector<int> map;
void ...

Go to advanced search