Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

clang 10.0.0

Options
Warnings
Don't Use Boost
C++2a
no pedantic

Author

anonymous

over 4 years ago

integers.txt

$ clang++ prog.cc -Wall -Wextra -std=c++2a
The numbers entered are: 
30 20 15 17 22 26 29 33 35 86 40 41 49 23 11 9 6 55 16 77 


Even sum: 246
Odd sum: 394
Exit Code:
0