var n:comp;begin repeat read(n);writeln(abs(n))until 0>0end.