Guest User

Untitled

a guest
May 26th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. int customMask(int structuringElements[][3][3])
  2. {
  3. for(int y=0;y<3;y++)
  4. for(int x=0;x<3;x++)
  5. cin>>structuringElements[8][x][y];
  6.  
  7. return 8;
  8. }
Add Comment
Please, Sign In to add comment