#include #include #include #include using namespace std; int main(int argc, char** argv) { int i,j,t[10][10],x,w=0,k=0,suma=0; // int sw[x],sk[x]; srand(time(0)); for(int j=0; j<10; j++) { for(int i=0; i<10; i++) { x=(std::rand()%201)-100; t[j][i]=x; suma=suma+t[j][i]; } } for(int w=0; w<10; w++) { for(int k=0; k<10; k++) { cout<