Код: Выделить всё
#include
using namespace std;
const int i = 10;
const int j = 10;
int arr[i][j];
int main()
{
cout > j;
for (int i; i < j; i++)
{
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78498624/c-array-that-takes-user-input-for-the-size-and-the-elements[/url]
Мобильная версия