0
how to fix this 2 bags
https://code.sololearn.com/ca0e2FGYkSD2/?ref=app this code must give names of people who was won (every N-person)
1 ответ
+ 3
winners(std::string customer [13], n); // change to winners(customer, n);
for (int i=0; i<=13; i +=n) ; // remove ;