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 7 8 9 1 0 
vector values at even indicies: 6 3 5 7 9 0 
vector values at odd indicies: 2 4 6 8 1 
Exit Code:
0