Meron3r's blog

By Meron3r, history, 3 days ago, In English

Most people have starter files. Some people's starter files are hard to understand and long (which is a good thing), and others don't even use them. Mines is quite confusing.

My starter

Most people use the Codeforces editor (and it's perfect). I use Vim (don't ask why), so unlike VS-Code, I can't just make an input and output file, so I separate the input from the output. The #include <sys/resource.h> library is for memory usage, it's a bit different in Windows, but this is the Linux approach. If there's a way it improve it, can you please tell me?

Tags c++
  • Vote: I like it
  • -8
  • Vote: I do not like it