- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
var a : int64;
begin
assign(input, 'input.txt'); reset(input);
assign(output, 'output.txt'); rewrite(output);
read(a);
if a=25 then write ('2.7182818284590452353602875');
if a=24 then write ('2.718281828459045235360288');
if a=23 then write ('2.71828182845904523536029');
if a=22 then write ('2.7182818284590452353603');
if a=21 then write ('2.718281828459045235360');
if a=20 then write ('2.71828182845904523536');
if a=19 then write ('2.7182818284590452354');
if a=18 then write ('2.718281828459045235');
if a=17 then write ('2.71828182845904524');
if a=16 then write ('2.7182818284590452');
if a=15 then write ('2.718281828459045');
if a=14 then write ('2.71828182845905');
if a=13 then write ('2.7182818284590');
if a=12 then write ('2.718281828459');
if a=11 then write ('2.71828182846');
if a=10 then write ('2.7182818285');
if a=9 then write ('2.718281828');
if a=8 then write ('2.71828183');
if a=7 then write ('2.7182818');
if a=6 then write ('2.718282');
if a=5 then write ('2.71828');
if a=4 then write ('2.7183');
if a=3 then write ('2.718');
if a=2 then write ('2.72');
if a=1 then write ('2.7');
if a=0 then write ('3')
end.
kipar 04.01.2015 19:55 # +11
основательно к делу подошел.
Qwertiy 05.01.2015 15:21 # +6
guest 06.01.2015 01:09 # +2
guest 06.01.2015 19:49 # 0
TMemoryStream? А что, так тоже можно?!