This problem is giving me some WA's and I dont know how to solve this. This problem is very easy, I know, but my code is wrong somewhere. I'll leave the code I'm using, here. I hope someone can give me an hint. This problem doesn't deserve so much time. Thanks...
#include "stdio.h"
int main ...
Search found 2 matches
- Thu Jun 09, 2005 11:48 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10812 - Beat the Spread!
- Replies: 35
- Views: 24628
- Sat Jun 04, 2005 10:20 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10302 - Summation of Polynomials
- Replies: 29
- Views: 18956
10302 I want to learn (Polynomials)
I've solved the problem "Summation of Polynomials" recently, using the expression n * n * (n + 1) * (n + 1) /4 . This expression was calculated following the steps described in the "introduction" of the problem, I suppose. Unfortunately I can't understand those steps.
Can someone explain me how to ...
Can someone explain me how to ...