Search found 1 match

by Freeman
Sun Jul 22, 2007 11:25 am
Forum: Volume 4 (400-499)
Topic: 498 - Polly the Polynomial
Replies: 73
Views: 22016

498 TLE ! Need Help

I don't know if it's because of cin.getline
My Sample Output is correct.

This is my code (a bit long):

#include<iostream>
#include<cmath>
#include<string>
using namespace std;
int main()
{
int i,k,len,ct,now;
int a[10000],b[10000],neg,xd=0;
char z[10000],zx[10000];
double sum,total ...

Go to advanced search