Search found 1 match

by nermeen
Fri Jul 23, 2010 12:16 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110976

WA in 101 help please

This my code
i got wrong answer I donno what's the problem with it if any one can help with a wrong test case It would be good
#include<iostream>
#include<vector>
#include<string>
#include<sstream>

using namespace std;

int main()
{
int size;
cin>>size;
vector< vector<int> > vec(size ...

Go to advanced search