Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C

Compiler

clang 9.0.0

Options
Warnings
Optimization
C11
-pedantic

Author

anonymous

over 5 years ago

$ clang prog.c -Wall -Wextra -O2 -march=native -std=c11 -pedantic
Sum of digits of 2^5: 5
Sum of digits of 2^10: 7
Sum of digits of 2^1000: 1366
Sum of digits of 2^10000: 13561
Sum of digits of 2^100000: 135178
Sum of digits of 2^1000000: 1351546
Exit Code:
0