Will CodinGame have problems if I write too many comments on my code?

Code size is limited to 100.000 chars. You can use chars up to a char value of 65,536 (16 bits) afaik, making the total size > 100kb (if you want to pack more data in each char…)

1 Like