T = float]»:
main.cpp:84:21: required from here
main.cpp:49:15: ошибка: no match for «operator%» (operand types are «__gnu_cxx::__normal_iterator<float*, std::vector<float> >» and «int»)
49 | if (p % 5 == 0)
|
Почему такая ошибка возникает? p определяется в строке
for (auto p=vec.begin();p!=vec.end();p++)
к слову, *p % 5 тоже не сработает
Обсуждают сегодня