Language
C
Compiler
gcc 11.1.0
Options
Warnings
C11(GNU)
no pedantic
$ gcc prog.c -Wall -Wextra -std=gnu11
Inform N: out if x = 5
x out else = 5
out if x = 1
x in if x = 1
out if x = 2
x in if x = 2
out if x = 3
x in if x = 3
out if x = 4
x in if x = 4
An = 30
Exit Code:
0