Search found 1 match

by arnab5574
Sat Apr 25, 2015 11:43 am
Forum: Volume 6 (600-699)
Topic: 673 - Parentheses Balance
Replies: 243
Views: 80017

Re: 673 - Parentheses Balance

Why am i getting runtime error for this code?? plz help

#include <iostream>
#include <stack>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
using namespace std;
int main()
{
char a[150];
int i,j,p,n;
scanf("%d",&n);
getchar();
while(n--)
{
stack<char> st ...

Go to advanced search