hi, everyone.
i've solved it using newton-rhapson method;
can anyone plz tell me why the TLE??? :cry:
i am sure there is an infinity loop.but where????
thanks.
#include<iostream>
#include<cmath>
using namespace std;
int main()
{
double p,q,qq,r,s,t,u,d,er,rr,ex,x,x1,fx,ffx;
freopen("1.txt","r ...
Search found 3 matches
- Thu Oct 30, 2008 9:25 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10341 - Solve It
- Replies: 64
- Views: 45205
- Sat Sep 13, 2008 11:25 am
- Forum: Volume 4 (400-499)
- Topic: 446 - Kibbles "n" Bits "n" Bits "n" Bits
- Replies: 50
- Views: 11489
Re: 446 WA -> so easy, but... PLEASE HELP!
check <math.h> will it be <cmath>??
- Mon Sep 08, 2008 12:17 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10530 - Guessing Game
- Replies: 57
- Views: 36957
10530 - Guessing Game
thanxs kabir. now i got ac
.
i am really weak in using bool type array.
anyway. thank u again.

i am really weak in using bool type array.

anyway. thank u again.