cf/mirror

Cardiogram

CF
435C1600· expert1s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
5
3 1 2 5 1
Output
 / \
 / \ /  \
 /  \
 /  \
\ / 
Sample 2of 2
Input
3
1 5 1
Output
 / \
\
\
\
\ / 
435C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)