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
the py filename is now $ID.$PROBLEM_TITLE.py
however, the python lint & auto autocomplete won't work cause the $PROBLEM_TITLE contain chinese character
(ps. cpp lint & autocomplete works)
also these code could be included in a cpp file template, just like leetcode i guess
#include<bits/stdc++.h>usingnamespacestd;
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
the py filename is now $ID.$PROBLEM_TITLE.py
however, the python lint & auto autocomplete won't work cause the $PROBLEM_TITLE contain chinese character
(ps. cpp lint & autocomplete works)
also these code could be included in a cpp file template, just like leetcode i guess
The text was updated successfully, but these errors were encountered: