Search found 1 match

by mohsen1373
Fri Nov 30, 2012 1:15 pm
Forum: Volume 119 (11900-11999)
Topic: 11995 - I Can Guess the Data Structure!
Replies: 60
Views: 19394

Re: 11995 - I Can Guess the Data Structure!

Hi all, here is my code and it works for sample inputs and every other input I've made, but I get wrong answer !
Can anyone help me with that ?

#include<iostream>
#include<vector>
#include<string>
#include<algorithm>
#include<cstdio>
#include<queue>
using namespace std;
int main()
{
int n,N ...

Go to advanced search