Fabian

Results 2 comments of Fabian

This problem went away for me after disabling format on save and reformatting all lines of code to fit in single lines (instead of having long lines of code split...

I encountered this issue again testing a c++ solution for leetcode problem # 349. The following code gives an error: ``` // @lc code=start #include #include using namespace std; class...