Search found 1 match

by serfan
Fri Oct 17, 2003 4:00 pm
Forum: Volume 1 (100-199)
Topic: 107 - The Cat in the Hat
Replies: 278
Views: 55060

help me about cat in the hat (107)

i can't find why i am getting WA with this solution. it gives correct outputs(i think) please any one suggest me something

#include<iostream.h>

int prime[25]={
2,3,5,7,11,
13,17,19,23,29,
31,37,41,43,47,
53,59,61,67,71,
73,79,83,89,97
};
int main(){
unsigned long int l,wc,N,I,nwc,sl,k,i ...

Go to advanced search