Search found 6 matches

by xiexinxinlove
Sat Dec 06, 2014 8:54 pm
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 77525

Re: 10267 - Graphical Editor

Thanks for your advices!
I get WA 8 times :cry: , and now I know the reason. :D
by xiexinxinlove
Mon Jul 14, 2014 3:13 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65367

Re: 706 - LC-Display

lighted wrote:I think it will be good if you remove your code after getting accepted.
I am sorry.I have removed it. :-)
by xiexinxinlove
Fri Jul 11, 2014 7:36 am
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65367

Re: 706 - LC-Display

Thank you very much! brianfry713.
by xiexinxinlove
Fri Jul 11, 2014 6:12 am
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65367

Re: Uva 706,a easy problem,but WA!

I‘m sorry.
by xiexinxinlove
Thu Jul 10, 2014 2:49 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65367

706 - LC-Display

I tested some of the data, it looks normal.But I got WA!Who can help me find the error?THX?This is my code?

#include <stdio.h>
#include <string.h>
int main()
{
int s,n;
int i,j,k;
int len;
char a[15];
while(scanf("%d",&s))
{
getchar();
gets(a);
len=strlen(a);
if(s == 0 && a[0] == '0 ...
by xiexinxinlove
Thu Jul 10, 2014 2:25 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65367

Uva 706,a easy problem,but WA!

When I tested the data, everything looks normal.Is there any special data can be used to test it?THX.

Go to advanced search