Код: Выделить всё
int a[n][2] = {{0,1},{2,3}, ... }
Код: Выделить всё
invalid return type 'std::vector' of constexpr function
Подробнее здесь: https://stackoverflow.com/questions/190 ... -constexpr
Код: Выделить всё
int a[n][2] = {{0,1},{2,3}, ... }
Код: Выделить всё
invalid return type 'std::vector' of constexpr function