Search found 5 matches

by Pasq
Thu Apr 10, 2003 8:00 pm
Forum: Volume 104 (10400-10499)
Topic: 10473 - Simple Base Conversion
Replies: 46
Views: 21201

10473 - Simple Base Conversion

When will these problems occure ??
by Pasq
Wed Mar 19, 2003 10:41 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65233

706 LCD - WA

Can you help me, why I got WA ?
[pascal]
program dupa;
var
wie :longint;
jakie :string;
i,j :longint;
n :longint;
puste,pelne :string;
begin
readln(wie,jakie);
while wie>0 do
begin
pelne:='';
puste:='';
n:=length(jakie);
for i:=1 to wie do
begin
puste:=puste+' ';
pelne:=pelne ...
by Pasq
Tue Mar 18, 2003 11:38 pm
Forum: Volume 5 (500-599)
Topic: 557 - Burger
Replies: 12
Views: 7815

Don't do it in this way. Use an array[1..100000] where you remember every log(n!). Then your formula is very simple.
by Pasq
Sun Mar 16, 2003 11:57 pm
Forum: Volume 6 (600-699)
Topic: 659 - Reflections
Replies: 12
Views: 6966

659 - Reflections

Is input and output corect ? In my opinion output for
3
3 3 2
7 7 1
8 1 1
3 8 1 -4
should be
1 inf
The ray goes from point (3,8), is directed to point (1,-4), hits the 1'st sphere and goes to infinitiy. Am I right ?
by Pasq
Sat Feb 01, 2003 12:19 pm
Forum: Volume 104 (10400-10499)
Topic: 10403 - Escape from Tut's Tomb
Replies: 8
Views: 5489

And wlt should be the output ???

Go to advanced search