Search found 1 match

by evernon
Wed Mar 14, 2012 10:38 am
Forum: Volume 100 (10000-10099)
Topic: 10060 - A hole to catch a man
Replies: 22
Views: 8268

Re: 10060 - A Hole to Catch a Man

Hi-

I am getting TLE :(. I have tried all fixes suggested here and it appears to work locally. Help is much appreciated ^^ :D.

#include <stdio.h>
#include <math.h>
#include <float.h>

int main(int argc, char ** argv)
{


while (1)
{
int num;
scanf("%d", &num);
if (num == 0) break;
double ...

Go to advanced search