Search found 1 match

by hmishra2250
Tue May 12, 2015 11:53 am
Forum: Volume 6 (600-699)
Topic: 661 - Blowing Fuses
Replies: 67
Views: 31191

Re: 661 - Blowing Fuses

Can somebody help !
I have literally tried everything !!!

#include<cstdio>
#include<iostream>
using namespace std;
int main()
{
int n,m,cap,t=0;
while(t++,scanf("%d %d %d",&n,&m,&cap)==3&&(n||m||cap))
{
if(t>1)
printf("\n");
int *v=new int[n+1];
int temp,max=-1,ans=0,flag=0;
bool *b=new bool ...

Go to advanced search