Thanks very much..your hints were very helpful and I got it AC from the first time which is Weird!! But it was nice at the first day of the new year!!
Thanks again,
Search found 4 matches
- Thu Jan 01, 2009 5:07 pm
- Forum: Volume 112 (11200-11299)
- Topic: 11237 - Halloween treats
- Replies: 11
- Views: 6949
- Tue Dec 30, 2008 6:23 pm
- Forum: Volume 112 (11200-11299)
- Topic: 11237 - Halloween treats
- Replies: 11
- Views: 6949
Re: 11237 - Halloween treats
Hello,
Sorry I m really a novice here, but i m asking about: what do u mean by partial sums of a's???
Thanks
Sorry I m really a novice here, but i m asking about: what do u mean by partial sums of a's???
Thanks
- Tue Jul 08, 2008 4:45 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11407 - Squares
- Replies: 24
- Views: 14302
Re: 11407 - Squares
mmmm...mine outputs 4
ok what do u think is the error?
ok what do u think is the error?
- Tue Jul 08, 2008 3:43 am
- Forum: Volume 114 (11400-11499)
- Topic: 11407 - Squares
- Replies: 24
- Views: 14302
Re: 11407 - Squares
I have tried many inputs and it supposedly works but Still get WA
It is a mix between Looping and Recursion coz I dont know DP!
Here is the code
Please try to find the error in the program
#include<iostream>
#include<cmath>
#include<fstream>
using namespace std;
int go (double n,int j)
{
int ...
It is a mix between Looping and Recursion coz I dont know DP!
Here is the code
Please try to find the error in the program
#include<iostream>
#include<cmath>
#include<fstream>
using namespace std;
int go (double n,int j)
{
int ...