Zhaohong Liu
Results
1
issues of
Zhaohong Liu
```c++ inline bool isCusp(const std::vector& path, int i) { // the author bool revim2 = path[i - 2].getPrim() > 3 ; bool revim1 = path[i - 1].getPrim() > 3 ;...