Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *Coordinates are `(<row>, <col>)` starting with the upper left at `(0, 0)`, 1 is inside*
- ##Input
- #######
- #(^&@(#
- #A())A#
- #))))##
- ######:
- (0,0)
- ##Output
- 1111111
- 1111111
- 1111111
- 1111111
- 1111110
- ---
- ##Input
- &&&&&&&&&&&&*
- &*(((S**(((((
- &^^^^^^^^^^^&
- &^&&#&&&&&8^&
- *^!@#$%&*%#^*
- (^%$^^^^%$$^&
- (^*(^%$^%$$^%
- (^&&^&&^#@$^(
- 8^^^^%%^^^^^8
- ((((((())))))
- (1,2)
- ##Output
- 0000000000000
- 0000000000000
- 0111111111110
- 0111111111110
- 0111111111110
- 0111111111110
- 0111100111110
- 0111100111110
- 0111100111110
- 0000000000000
- ---
- ##Input
- *******************
- *.................*
- *.***************.*
- *.*.............*.*
- *.*.***********.*.*
- *.*.***********.*.*
- *.*.***********.*.*
- *.*.***********.*.*
- *.*.............*.*
- *.***************.*
- *.................*
- *******************
- (3,3)
- ##Output
- 0000000000000000000
- 0000000000000000000
- 0000000000000000000
- 0001111111111111000
- 0001111111111111000
- 0001111111111111000
- 0001111111111111000
- 0001111111111111000
- 0001111111111111000
- 0000000000000000000
- 0000000000000000000
- 0000000000000000000
- ---
- ##Input
- EEEEEEEEE
- EAAAAAAAA
- EAEEEEEEE
- EAEEEEEEE
- EAAAAAAAA
- EEEEEEEEE
- (0,0)
- ##Output
- 111111111
- 100000000
- 100000000
- 100000000
- 100000000
- 100000000
- 111111111
- ---
- ##Input
- 0000000000000000
- 0011111110000000
- 0010000010000000
- 0011111110000000
- 0000000011111000
- 0000200010001000
- 0000000011111000
- 0000000000000000
- (2,1)
- ##Output
- 0000000000000000
- 0011111110000000
- 0011111110000000
- 0011111110000000
- 0000000011111000
- 0000000011111000
- 0000000011111000
- 0000000000000000
- ---
- ##Input
- .................
- ....!!!!!!!!!....
- ....!.......!....
- ....!!!!!!!!.....
- .................
- (4,1)
- ##Output
- 00000000000000000
- 00001111111110000
- 00001111111110000
- 00001111111100000
- 00000000000000000
- ---
- ##Input
- 0000000000000000
- 0011111110000000
- 001000001000Q000
- 0011111100000000
- 0000000011111000
- 0000100010001000
- 0000000011111000
- 0000000000000000
- (2,1)
- ##Ouput
- 0000000000000000
- 0011111110000000
- 0011111110000000
- 0011111100000000
- 0000000000000000
- 0000000000000000
- 0000000000000000
- 0000000000000000
- ---
- ##Input
- *&*&*&***&***&*****&*&*
- *&****&*&**&**&*&*&**&*
- &**&*&*&*&*&*&*&*&*&*&*
- &**&&*&*&**&&**&*&&*&*&
- &**&&*&**&&**&*&*&*&**&
- &**&&*&**&*&*&*&*&*&*&*
- &**&&*&*&**&&**&*&*&*&&
- (2,0)
- ##Output
- 00101000000000000000000
- 00111100000000000000000
- 01101000000000000000000
- 01100000000000000000000
- 01100000000000000000000
- 01100000000000000000000
- 01100000000000000000000
- ---
- ##Input
- 8YYYY9923%
- (2,0)
- ##Output
- 0111100000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement