var n:longint; begin read(n); if (n)mod(10)<5 then n:=n-(n)mod(10) else n:=n-(n)mod(10)+10; write(n); end.
暂无评论,快来抢首评~
相关推荐