Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ main
Function
main
525. Contiguous Array/Solution.cpp:40–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
};
39
40
int main() {
41
Solution a;
42
vector<int> v = {1, 0};
43
int res = a.findMaxLength(v);
44
cout << res;
45
return 0;
46
}
47
Callers
nothing calls this directly
Calls
1
findMaxLength
Method · 0.80
Tested by
no test coverage detected