#include <iostream>
#include <time.h>
#include <stdlib.h>
using namespace std;
int main() {
int b[6][8];
int c[48];
int i,j;
srand(time(NULL));
for(i=0;i<=5;i++){
for(j=0;j<=7;j++){
b[j]=1+rand()%48;
cout<<b[j]<<'\t';
}
cout<<endl;
cout<<endl;
cout<<endl;
}
cout<<endl;
for(i=0;i<=47;i++){
c=b[j];
cout<<c<<'\t';
}
}
al imprimir y hacer la conversion de matriz a vector me bota valores basura
#include <time.h>
#include <stdlib.h>
using namespace std;
int main() {
int b[6][8];
int c[48];
int i,j;
srand(time(NULL));
for(i=0;i<=5;i++){
for(j=0;j<=7;j++){
b[j]=1+rand()%48;
cout<<b[j]<<'\t';
}
cout<<endl;
cout<<endl;
cout<<endl;
}
cout<<endl;
for(i=0;i<=47;i++){
c=b[j];
cout<<c<<'\t';
}
}
al imprimir y hacer la conversion de matriz a vector me bota valores basura