tanchukw

Untitled

Jan 12th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. class Solution{
  2. public:
  3.     int bulbSwitch(int n) {
  4.         return sqrt(n);
  5.     }
  6. };
Advertisement
Add Comment
Please, Sign In to add comment