import std.stdio; import std.math; void main(){ double szog = 30; writeln(sin(szog * PI / 180)); }