题解 | 计算机内存

计算机内存

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

public class Program {
    public static void Main() {
        string line = System.Console.ReadLine();

        int a= int.Parse(line);

        // int  res = a*262144;

        // System.Console.WriteLine(System.Math.Pow(2, 18));

         int  res = a<<18;

        System.Console.WriteLine(res);
    }
}

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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