Starter files

Revision en1, by Meron3r, 2024-12-29 21:13:15

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++

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Meron3r 2024-12-29 21:13:15 1628 Initial revision (published)