5 lines
61 B
C
5 lines
61 B
C
|
|
% printf "a\nbb\nccc\nddd\nee\nf\nggg" | ./a.out
|
||
|
|
ccc
|
||
|
|
ddd
|
||
|
|
ggg
|