Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Boost 1.78.0
C++2b(GNU)
no pedantic
Raw runtime options
input.txt
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.78.0-gcc-11.1.0/include -std=gnu++2b
01090 C -------CALCULATION OF SOMETHING--
01100 "SOME.VARIABLE" = "SOME.OTHER.VARIABLE" + 2
01110 IF("SOME.VARIABLE" .NE. "SOME.VALUE") THEN ON("SOME.MACHINE")
Exit Code:
0