Search found 3 matches

by ashraf_iut
Tue Nov 17, 2009 1:31 pm
Forum: General
Topic: Factorial of a Number bigger then 50
Replies: 0
Views: 817

Factorial of a Number bigger then 50

Can any one help me to give the idea of getting factorial of a number which is bigger then 30 or 50 !!
Traditional code doesn't work here...
by ashraf_iut
Tue Nov 17, 2009 1:27 pm
Forum: Volume 6 (600-699)
Topic: 673 - Parentheses Balance
Replies: 243
Views: 79998

673.Plz help me..Why Not AC!!

I am not clear what is the problem??I am getting correct Ans for so many critical input ..But it is not AC..
Am I correct in my Conception?? plz help me..

#include<iostream>
#include<algorithm>
#include<stack>
#define max 130
using namespace std;
char str[max];
bool flag;
int main(){
int i,j,tc ...
by ashraf_iut
Sun Nov 15, 2009 11:15 am
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117458

102

I am getting Wrong Answer !!But I am getting correct answer for mostly all possible critical Input...plz help me...

#include<iostream>
using namespace std;

int main(){
//freopen("102.txt","r",stdin);
long g[3],b[3],c[3],sum,min;
char str[5];
while((scanf("%lld %lld %lld %lld %lld %lld %lld ...

Go to advanced search