Search found 4 matches

by takohwank
Sun May 18, 2008 4:18 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65544

Re: 706 - LC-Display

no body here??
help please...

i still can't get AC..
the judge keep give me PE..
by takohwank
Thu May 15, 2008 6:58 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65544

Re: 706 - LC-Display

hi, i still don't understand why my code got PE.

can anybody help me? (thanx before :D )

here is my code :


#include <stdio.h>
#include <string.h>

int main(){
char data[15];
int n,i,j,c,size;

scanf("%d %s",&n,data);
while(n!=0 || strcmp(data,"0")!=0){
size = (n+1)*2 + 1;

for(i=0;i<size ...
by takohwank
Thu May 15, 2008 5:54 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125410

Re: 10189 - Minesweeper

waw, thanx Obaida! :D :D :D
thanx alot..

i've got AC now!
hehehe...

thank you very much..
by takohwank
Thu May 15, 2008 1:32 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125410

Re: 10189 - Minesweeper

hi, i've tried all the test cases but allways got WA, and i don't know why.

somebody help me.. (thanx b4 :D )

Code: Select all

removed after ac

Go to advanced search