Skip to content

Instantly share code, notes, and snippets.

@dscataglini
Created February 2, 2022 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dscataglini/4f647e86598755b05138440e86b5dd4c to your computer and use it in GitHub Desktop.
Save dscataglini/4f647e86598755b05138440e86b5dd4c to your computer and use it in GitHub Desktop.
[Sample Input]
A 4
B 3
X 5
[Sample output]
AAAA
BBB AAAA BBB
CC BBB AAAA BBB CC
D CC BBB AAAA BBB CC D
BBB
CC BBB CC
D CC BBB CC D
etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment