Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C

Compiler

gcc 11.1.0

Options
Warnings
Optimization
C99
-pedantic
Raw compiler options
-lm
Raw runtime options
2 0.25

Author

anonymous

about 4 years ago

$ gcc prog.c -Wall -Wextra -O2 -march=native -std=c99 -pedantic -lm
temp 0 = -1 and zeta 0 = -1
temp 1 = -1 and zeta 4 = -1
temp 0 = -1 and zeta 0 = -1
temp 1 = 1 and zeta 4 = 1
temp 0 = 1 and zeta 0 = 1
temp 1 = -1 and zeta 4 = -1
temp 0 = 1 and zeta 0 = 1
temp 1 = 1 and zeta 4 = 1
zeta 0 = 1
zeta 4 = 1
n 2 binomialProbability 0.0625
zeta 1 = 0
zeta 5 = 0
n 1 binomialProbability 0.1875
zeta 2 = 0
zeta 6 = 0
n 1 binomialProbability 0.1875
zeta 3 = 0
zeta 7 = 0
n 1 binomialProbability 0.1875
Exit Code:
0