319. 灯泡开关
Posted yuhong1103
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了319. 灯泡开关相关的知识,希望对你有一定的参考价值。
1 class Solution 2 { 3 public: 4 int bulbSwitch(int n) 5 { 6 return sqrt(n); 7 } 8 };
以上是关于319. 灯泡开关的主要内容,如果未能解决你的问题,请参考以下文章
[LeetCode]319. Bulb Switcher灯泡开关
题意解读+详细题解-Leecode 319. 灯泡开关——Leecode每日一题系列