Search found 2 matches

by binusian0600618124
Sat Jul 01, 2006 11:07 am
Forum: Volume 6 (600-699)
Topic: 613 - Numbers That Count
Replies: 7
Views: 3163

613 - WA???

Is there any test case my code can't handle? A little help plz. Here's my code : C: #include<stdio.h> #include<string.h> int i,len,num[15],step; char s[20][82]; void main(){ while(scanf("%s",&s[1])){ if(!strcmp(s[1],"-1")) break; len=strlen(s[1]); for(step=2;step<=16;step++){...
by binusian0600618124
Sat Jul 01, 2006 7:11 am
Forum: Volume 101 (10100-10199)
Topic: 10139 - Factovisors
Replies: 80
Views: 38742

10139 - Factovisor why TLE

Never mind it. Found the bug.
Thanx anyway to those who tried to help me.

Go to advanced search