Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ main
Function
main
Weekly Contest 179/1375. Bulb Switcher III/Solution.cpp:24–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
int main() {
25
Solution s;
26
vector<int> a {2,1,3,5,4};
27
int x = s.numTimesAllBlue(a);
28
cout << x;
29
return 0;
30
}
31
Callers
nothing calls this directly
Calls
1
numTimesAllBlue
Method · 0.80
Tested by
no test coverage detected