随笔 - 1133  文章 - 0 评论 - 19 阅读 - 20万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

public class Solution {
    public int BulbSwitch(int n) {
        var x = Math.Sqrt(n);
            var y = Convert.ToInt32(Math.Floor(x));
            return y;
    }
}

https://leetcode.com/problems/bulb-switcher/#/description

posted on   Sempron2800+  阅读(103)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示