Search found 14 matches
- Tue Jun 25, 2002 8:59 am
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65400
- Tue Jun 25, 2002 8:42 am
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65400
706 - LCD Display
Can someone tell me where is wrong with my output?
[pascal]
program acm706;
type
coltype=array[1..30]of boolean;
const
t:array['0'..'9',1..3,1..3]of byte=(((1,1,0),(1,0,1),(1,1,0)),
((0,0,0),(0,0,0),(1,1,0)),
((0,1,0),(1,1,1),(1,0,0)),
((0,0,0),(1,1,1),(1,1,0)),
((1,0,0),(0,1,0),(1,1,0)),
((1 ...
[pascal]
program acm706;
type
coltype=array[1..30]of boolean;
const
t:array['0'..'9',1..3,1..3]of byte=(((1,1,0),(1,0,1),(1,1,0)),
((0,0,0),(0,0,0),(1,1,0)),
((0,1,0),(1,1,1),(1,0,0)),
((0,0,0),(1,1,1),(1,1,0)),
((1,0,0),(0,1,0),(1,1,0)),
((1 ...
- Tue Jun 25, 2002 8:38 am
- Forum: Volume 1 (100-199)
- Topic: 177 - Paper Folding
- Replies: 28
- Views: 11133
- Sat Jun 22, 2002 2:41 am
- Forum: Volume 6 (600-699)
- Topic: 619 - Numerically Speaking
- Replies: 10
- Views: 9138
- Fri Jun 21, 2002 2:54 am
- Forum: Volume 7 (700-799)
- Topic: 755 - 487--3279
- Replies: 115
- Views: 47693
- Fri Jun 21, 2002 2:50 am
- Forum: Volume 101 (10100-10199)
- Topic: 10179 - Irreducible Basic Fractions
- Replies: 28
- Views: 13461
- Thu Jun 20, 2002 8:35 am
- Forum: Volume 7 (700-799)
- Topic: 755 - 487--3279
- Replies: 115
- Views: 47693
- Thu Jun 20, 2002 2:08 am
- Forum: Volume 7 (700-799)
- Topic: 755 - 487--3279
- Replies: 115
- Views: 47693
- Thu Jun 20, 2002 2:02 am
- Forum: Volume 1 (100-199)
- Topic: 177 - Paper Folding
- Replies: 28
- Views: 11133
P177 WA
Can someone check my output?
Though my program looks stupid, but it works well on my computer!
I can't find why i got WA.
[pascal]
program acm177;
const
b2:array[1..13]of longint=(2,4,8,16,32,64,128,256,512,1024,2048,4096,8192);
var
opc:array[1..9000]of char;
n:byte;
fig:array[0..200]of string ...
Though my program looks stupid, but it works well on my computer!
I can't find why i got WA.
[pascal]
program acm177;
const
b2:array[1..13]of longint=(2,4,8,16,32,64,128,256,512,1024,2048,4096,8192);
var
opc:array[1..9000]of char;
n:byte;
fig:array[0..200]of string ...
- Wed Jun 19, 2002 10:32 am
- Forum: Volume 7 (700-799)
- Topic: 755 - 487--3279
- Replies: 115
- Views: 47693
755
I couldn't understand why i got RE(SIGSEGV)!
Is there anything i have not mentioned?

Is there anything i have not mentioned?



- Tue Jun 18, 2002 4:00 am
- Forum: Volume 1 (100-199)
- Topic: 177 - Paper Folding
- Replies: 28
- Views: 11133
P177
Is there any trap in it?
I've checkmy output carefully for over 100 times, why i still got WA?
I've checkmy output carefully for over 100 times, why i still got WA?
- Tue Jun 18, 2002 2:05 am
- Forum: Volume 101 (10100-10199)
- Topic: 10179 - Irreducible Basic Fractions
- Replies: 28
- Views: 13461
10179
What should i print for 1?
0 or 1?
Do you have any fast algorithm to solve it in 4 seconds?
I precalculated a prime table, but i got WA.

0 or 1?
Do you have any fast algorithm to solve it in 4 seconds?
I precalculated a prime table, but i got WA.



- Wed Jun 12, 2002 5:25 am
- Forum: Volume 4 (400-499)
- Topic: 444 - Encoder and Decoder
- Replies: 155
- Views: 44741
I got accepted!

When there is a blank input, I just print a blank line.
Then I got ACCEPT!
Thanks to everybody!

- Sun May 26, 2002 1:56 pm
- Forum: Volume 4 (400-499)
- Topic: 444 - Encoder and Decoder
- Replies: 155
- Views: 44741
Serious problem about 444
Help!
Why I got a SIGSEGV runtime error during 444?
I have modified my source for over 10 times!!!
Why I got a SIGSEGV runtime error during 444?
I have modified my source for over 10 times!!!
