Search found 3 matches

by Badsha of DIU
Wed Oct 06, 2004 9:26 am
Forum: Volume 105 (10500-10599)
Topic: 10515 - Powers Et Al.
Replies: 124
Views: 45486

Thank you Shamim Bahi :) .
You give me good solution
I will try to solve this problem by
your given information.
Thank you very much :)
by Badsha of DIU
Wed Oct 06, 2004 6:28 am
Forum: Volume 105 (10500-10599)
Topic: 10515 - Powers Et Al.
Replies: 124
Views: 45486

Now what will be the solution?
how I reduce this complexity.
waiting for your reply
by Badsha of DIU
Tue Oct 05, 2004 9:34 am
Forum: Volume 105 (10500-10599)
Topic: 10515 - Powers Et Al.
Replies: 124
Views: 45486

10515

Dear friends I face a problem
with 10515 . I solve it but it is now
in "Time limite exceeded"
So help me if possible.
waiting for your reply

Here is my code:

# include <stdio.h>
# include <math.h>

double m,n;
long res;
main()
{
while(scanf("%lf %lf",&m,&n)==2)
{
if(m==0 & n==0)
break;
else ...

Go to advanced search