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
Yep this because the code we generated is only a code snippet, instead of a complete source file that could be run or compiled locally. It's exactly what leetcode.com need as the input.
That's why 3rd party plugins are provided to fulfill advanced requirement, e.g. this plugin is used to run c++ code locally without sending it to leetcode.com.
Currently, each file got named as "[problem].java". However, they use "Solution" as the class name in the content.
Is that better to change the file name to be "Solution.java" to keep it matching the class name?
Otherwise, the java file is not compilable...
I think we can put each problem into a separate folder named the same as the problem.
The text was updated successfully, but these errors were encountered: