Leetcode shouldn't import most libraries automatically

Hello,
When you solve problems on Leetcode you don't have to import any libraries. Most libraries are already imported automatically for our convenience.
But I don't think it's a good idea. Usually we need to import ourself the libraries.During a coding interview we also may need to import libraries ourself.

Comments (0)