79198044

Date: 2024-11-17 20:03:55
Score: 3.5
Natty:
Report link

Work for me, thanks @Someprogrammerdude

    getline(fin, s);
    n = stoi(s);
    for (int i = 0; i < n + 1 && std::getline(fin, s); i++) {
        A.push_back(s);
    }
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Someprogrammerdude
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: lilof