Search found 1 match

by abir.khan
Wed Oct 07, 2015 5:50 pm
Forum: Volume 113 (11300-11399)
Topic: 11340 - Newspaper
Replies: 154
Views: 68817

Re: 11340 - Newspaper

Hi there. my code is giving correct outputs against the critical inputs from udebug but whenever i submit the code it gets "runtime error". do i have a problem in my algorithm or is it the STL? pls pls help

//UVA-11340 Newspaper
#include<bits/stdc++.h>
using namespace std;

int main()
{
int N ...

Go to advanced search