Search found 3 matches

by anondo_iut
Thu Oct 30, 2008 9:25 pm
Forum: Volume 103 (10300-10399)
Topic: 10341 - Solve It
Replies: 64
Views: 45205

Re: 10341 - Solve It

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 ...
by anondo_iut
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>??
by anondo_iut
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 :D .
i am really weak in using bool type array. :cry:
anyway. thank u again.

Go to advanced search