Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ main
Function
main
149. Max Points on a Line/Solution.cpp:78–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
};
77
78
int main() {
79
Solution a;
80
vector<vector<int>> v = {{3,1},{12,3},{3,1},{-6,-1}};
81
int res = a.maxPoints(v);
82
cout << res;
83
return 0;
84
}
85
Callers
nothing calls this directly
Calls
1
maxPoints
Method · 0.80
Tested by
no test coverage detected