Cardiogram
435C1600· expert1s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
53 1 2 5 1
Output
/ \/ \ / \/ \/ \\ /
Sample 2of 2
Input
31 5 1
Output
/ \\\\\ /
58%
435C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
53 1 2 5 1
/ \/ \ / \/ \/ \\ /
31 5 1
/ \\\\\ /