Skip to content

Instantly share code, notes, and snippets.

program n4;
var a, b, h, S:real; known:integer;
begin
writeln('1 - катет');
writeln('2 - гипотенуза');
writeln('3 - высота');
writeln('4 - площадь');
write('Введите номер известной величины ');
readln(known);
write('Введите значение известной величины ');
program n6;
var number, ed, des, sot, tis:integer;
res:string;
function lang(var num:integer; tip:string):string;
begin
case num of
1:case tip of
'ed':result:='Один';
'des':result:=lang(num, 'ed')+'надцать ';
'sot':result:='Сто ';
local component = require("component")
local colors = require("colors")
local sides = require("sides")
local rs = component.redstone
while true do
for i = 0, 5 do
if (getBundledInput(sides[i], colors.red == 15)) then
for i = 0, 5 do
setBundledOutput(sides[i], colors.blue, 15)
end
<head>
<meta charset=utf-8>
<style>
.block_wall {
background: rgb(192,192,192);
width: 20px;
height: 20px;
}
.block_air {
<head>
<meta charset=utf-8>
<style>
.block_stone {
background: rgb(192,192,192);
width: 20px;
height: 20px;
}
.block_air {
<head>
<meta charset=utf-8>
<style>
.air{
background: rgb(255,255,255);
}
.dirt{
background: rgb(153,76,0);
}
.stone{
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style>
.square{
position:absolute;
width:100px;
height:100px;
background: red;
<head>
<meta charset=utf-8>
<style>
.score {
position: absolute;
bottom: 0;
right: 0;
background: blue;
color: white;
}
<head>
<meta charset=utf-8>
<style>
.q {
width: 100px;
height: 100px;
background: red;
border: solid;
}
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><style>
.object{
position: absolute;
background-color: red;
width: 100px;
height: 100px;
}
</style>
</head><body><div class="object" style="
top: 0px;