If you are using C++ and getting TLE, try adding these fast I/O lines at the very beginning of your main() function:cppios_base::sync_with_stdio(false); cin.tie(NULL);
If you are using C++ and getting TLE, try adding these fast I/O lines at the very beginning of your main() function:cppios_base::sync_with_stdio(false); cin.tie(NULL);
Try out the featured section: add featured --> add links --> put the link to your profile and name it with smth you want others to see (e.g. 'Codeforces -- 1000 problems solved') And that's it