 NastyaZayatc12 
                                                01.11.2020 07:41
                                                
                                                NastyaZayatc12 
                                                01.11.2020 07:41
                                             usett 
                                                01.11.2020 07:59
                                                
                                                usett 
                                                01.11.2020 07:59
                                             ппр49 
                                                06.05.2021 07:25
                                                
                                                ппр49 
                                                06.05.2021 07:25
                                             habital 
                                                06.05.2021 07:28
                                                
                                                habital 
                                                06.05.2021 07:28
                                             Ali8the8Emperor 
                                                19.04.2019 18:48
                                                
                                                Ali8the8Emperor 
                                                19.04.2019 18:48
                                             Соня12131415 
                                                19.04.2019 18:49
                                                
                                                Соня12131415 
                                                19.04.2019 18:49
                                             owl9masha 
                                                19.04.2019 18:57
                                                
                                                owl9masha 
                                                19.04.2019 18:57
                                             nurmakhanovna02 
                                                19.04.2019 19:03
                                                
                                                nurmakhanovna02 
                                                19.04.2019 19:03
                                            
y, x : integer;
begin
readln(x);
if x >= 1 then
y := 1
else if (x > -1) and (x < 1) then
y := 0
else if x < 0 then
y := -1;
writeln(y);
end