no body here??
help please...
i still can't get AC..
the judge keep give me PE..
Search found 4 matches
- Sun May 18, 2008 4:18 pm
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65544
- 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 ...
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 ...
- 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!
thanx alot..
i've got AC now!
hehehe...
thank you very much..



thanx alot..
i've got AC now!
hehehe...
thank you very much..
- 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
)
somebody help me.. (thanx b4

Code: Select all
removed after ac