Language
C
Compiler
clang 9.0.0
Options
Warnings
Optimization
C11
-pedantic
Raw compiler options
-DSHOW_ONLY_SAMPLES
$ clang prog.c -Wall -Wextra -O2 -march=native -std=c11 -pedantic -DSHOW_ONLY_SAMPLES
99000 + 1000 = 100000
98999 + 1001 = 100000
98998 + 1002 = 100000
98997 + 1003 = 100000
...
90004 + 9996 = 100000
90003 + 9997 = 100000
90002 + 9998 = 100000
90001 + 9999 = 100000
Count: 9000
Exit Code:
0