Search found 1 match

by Vanish
Sun Mar 29, 2009 10:25 pm
Forum: Volume 9 (900-999)
Topic: 967 - Circular
Replies: 23
Views: 15079

Re: 967 - Circular

Hi there
I get all the time TLE, even if I use a static array with all the 42 circulars set. Is it maybe the condition for the while-loop? I cant find any mistake.


int main()
{
int i, j, count;

setCircular();

while ((scanf("%d", &i)) && (i >= 100))
{
scanf("%d", &j);
count = 0;

for (int ...

Go to advanced search