let line;
while(line=readline()){
    const num= Math.round(line);
    console.log(num)
}