Search found 1 match

by yesacm91
Fri Mar 07, 2008 9:17 pm
Forum: Volume 4 (400-499)
Topic: 455 - Periodic Strings
Replies: 73
Views: 28964

455 - you can use this kind of IO format (Accepted)

After tring several times in the IO test, I find that we don't have to deal with the following situation

1

a ba b


For those who do not know the IO format, you can try the format below.


#include<stdio.h>
/*455*/
int main(){
int n, period;
char str[200];
/*write what you want*/

scanf("%d ...

Go to advanced search