Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.45 KB | None | 0 0
  1.     int n, m, x, i=0, j=0, N=0, counter=0, s, suma=0, gz;
  2.     int min, max, nc=0, pc=0;
  3.     bool result=0, w=1;
  4.     scanf("%i %i", &n, &m);
  5.     char table[n];
  6.     int *sum=new int[n];
  7.     int *pti=&sum[0], *ptj=&sum[0];
  8.     //int *res=new int[m];
  9.     int *resn[2];
  10.     resn[0]=new int[m];
  11.     resn[1]=new int[m];
  12.     int *resp[2];
  13.     resp[0]=new int[m];
  14.     resp[1]=new int[m];
  15.     int *wynik[2];
  16.     wynik[0]=new int[m];
  17.     wynik[1]=new int[m];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement