题解 | 计算机内存

计算机内存

https://www.nowcoder.com/practice/004c39e1411f43afb425bd2e7cf1056c

const rl = require("readline").createInterface({ input: process.stdin });

rl.on("line", (input) => {
    number = Math.floor(parseInt(input) * 262144);
    console.log(number);
    rl.close();
});

全部评论

相关推荐

04-12 13:42
江南大学 C++
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务