Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 8 years ago

Language

Compiler

Options

Author

anonymous

about 8 years ago

$
vector: 6 2 3 4 5 6 
vector drop half: 4 5 6 
vector drop exactly one: 2 3 4 5 6 
vector drop leading evens: 3 4 5 6 
Exit Code:
0