Search found 1 match

by choby123
Sun Jan 11, 2009 8:45 am
Forum: Volume 100 (10000-10099)
Topic: 10013 - Super long sums
Replies: 212
Views: 67855

Re: 10013 - Super Long Sums

Hi this is my code, can anybody tell me why is that i'm getting TLE please :(

#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <vector>
#include <algorithm>

using namespace std;

int main()
{
long long cant;
char aux[10];

cin>>cant;

for(int i=0; i<cant; i++)
{
if(i>0 ...

Go to advanced search