Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C

Compiler

gcc HEAD 10.0.0 20190710 (experimental)

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

almost 6 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
a*(b+(c+j)-h)*2+(a+(b-c))--> (b+(c+j)-h)--> (c+j)--> (a+(b-c))--> (b-c)--> NULL
Exit Code:
0