Search found 1 match

by mohiuddin.duet
Mon Jan 03, 2011 11:01 pm
Forum: Volume 4 (400-499)
Topic: 455 - Periodic Strings
Replies: 73
Views: 28964

getting WA (455) please help

...just...getting... WA .. WA .. WA on 455 and can't determine where is the problem........would somebody...help...please....... : :evil:
Here is my code:

#include <stdio.h>
#include <string.h>
int main() {
char word[85];
unsigned long n,i, j, len;
scanf("%lu",&n);
while(n--){
scanf("%s", word ...

Go to advanced search