You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you fetch the question from the CLI (using `-d` or `-q`), then tool will automatically add the required changes in the boiler plate code.
62
+
63
+
But if you are using your own code, then you need to make the following changes :
64
+
61
65
The file you submit to leetcode shouldn't have driver code like main functionor struct definition. But no need to manually remove it. The tool will automatically remove the driver code and submit the solution to leetcode. All you need to do is put the delimiters `#LCSTART` and `#LCEND`in your solution file in comments, and *place leetcode problem link anywhere*in the file.
0 commit comments