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++){
memset(num,0,20 ...
Search found 2 matches
- Sat Jul 01, 2006 11:07 am
- Forum: Volume 6 (600-699)
- Topic: 613 - Numbers That Count
- Replies: 7
- Views: 3309
- Sat Jul 01, 2006 7:11 am
- Forum: Volume 101 (10100-10199)
- Topic: 10139 - Factovisors
- Replies: 80
- Views: 42132
10139 - Factovisor why TLE
Never mind it. Found the bug.
Thanx anyway to those who tried to help me.
Thanx anyway to those who tried to help me.