Search found 1 match

by anaconda1
Tue Aug 29, 2006 7:49 pm
Forum: Volume 101 (10100-10199)
Topic: 10176 - Ocean Deep ! - Make it shallow !!
Replies: 37
Views: 18908

10176 TLE Ocean Deep!

I cannot believe that there can be a TLE on this probem! However, I am getting it all the time with my code :o Could someone plz tell me where I went wrong :( ?

Here is the code:

#include<iostream>
#include<string>

using namespace std;

long long int square (long long int x)
{
return x*x ...

Go to advanced search