Guest User

Untitled

a guest
Dec 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1.     char p2[3],p[2]; /*string P2 e #*/
  2.     int mat_pad[3][3],vet1[300]; /* variáveis da matriz padrão e do vetor auxiliar*/     
  3.     int i,ipad,j,jpad,lin,col; /*variáveis auxiliares*/
  4.  
  5.  
  6.     scanf("%s%s",&p2,&p); /*leitura dos strings*/
Add Comment
Please, Sign In to add comment