Language
C++
Compiler
gcc HEAD 11.0.1 20210418 (experimental)
Options
Warnings
Boost 1.73.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2b
digit_sum(666) 18
digit_sum(999) 27
digit_sum(1000) 1
Exit Code:
0