79810581

Date: 2025-11-05 20:44:02
Score: 2
Natty:
Report link

what you need is this:

std::generator<int> api() {
co_yield 1;
co_yield 2;
co_yield 3;
};

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): what you
  • Low reputation (1):
Posted by: Andreas Pfaffenbichler