Search found 1 match

by WS Ayan
Wed Mar 27, 2013 12:33 am
Forum: Volume 109 (10900-10999)
Topic: 10954 - Add All
Replies: 80
Views: 41629

10954 time limit

i am getting time limit in 10954 . :oops: I have tried it with priority queue and vector both. Some suggestions are badly needed. :( Here are the codes:
Using Priority Queue:
#include<iostream>
#include<cstdio>
#include<stack>
#include<queue>
using namespace std;
int main()
{
long long i,n,x,y ...

Go to advanced search