Search found 1 match

by afzaalakhtar
Sun Jun 13, 2004 1:57 pm
Forum: Volume 3 (300-399)
Topic: 392 - Polynomial Showdown
Replies: 93
Views: 32065

Polynomial Showdown plz help me

I've tried each and every input my code give me the correct result
but acm gives WA why?????

if anybody can help me...... my source code is below

// Programmed by Afzaal Akhtar
// Polynomial ShowDown ACM Problem 392
#include<iostream>
#include<sstream>

using namespace std;


const int MAX = 8 ...

Go to advanced search