Language
C
Compiler
clang 9.0.0
Options
Warnings
Optimization
C11
-pedantic
$ 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