import std.stdio; import std.math; void main(){ writeln(abs(-5)); }