cf/mirror

Center Alignment

CF
5B1200· pupil1s64 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
This is
 
Codeforces
Beta
Round
5
Output
************
* This is *
* *
*Codeforces*
* Beta *
* Round *
* 5 *
************
Sample 2of 2
Input
welcome to the
Codeforces
Beta
Round 5
 
and
good luck
Output
****************
*welcome to the*
* Codeforces *
* Beta *
* Round 5 *
* *
* and *
* good luck *
****************
5B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)