11 lines
150 B
ObjectPascal
11 lines
150 B
ObjectPascal
uses
|
|
// SPython
|
|
//SPythonSystem, SPythonHidden,
|
|
time1,
|
|
SPythonSystemPys, itertools, math
|
|
;
|
|
|
|
begin
|
|
writeln(cos(pi));
|
|
readln;
|
|
end. |