79217174

Date: 2024-11-23 05:07:55
Score: 2
Natty:
Report link

Use:

if ((i + j) % 2 == 0)
    cout << "\033[47m\033[30m  \033[0m";
else
    cout << "  ";

See Colorizing text in the console with C++.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Brendan Lynn