79589654

Date: 2025-04-24 00:10:56
Score: 1
Natty:
Report link

char can be used instead of bool.

And to distinguish it from std::vector<char>, where char is really used as char, a typedef can be introduced:

typedef char boool; 
std::vector<boool> v;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): can
  • Low reputation (0.5):
Posted by: yalov