Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int width = 2 * n;
- int height = n;
- int colLRWidth = n / 2;
- int underscoresCount = 0; // if n is 3 or 4
- if (n > 4)
- {
- underscoresCount = width - colLRWidth - colLRWidth - 4;
- }
Advertisement
Add Comment
Please, Sign In to add comment