Language
C
Compiler
gcc 11.1.0
Options
Warnings
C99
-pedantic
$ gcc prog.c -Wall -Wextra -std=c99 -pedantic
0 < 6 : 1, 6 < 6 : 0
1 < 6 : 1, 6 < 6 : 0
2 < 6 : 1, 6 < 6 : 0
3 < 6 : 1, 6 < 6 : 0
4 < 6 : 1, 6 < 6 : 0
5 < 6 : 1, 6 < 6 : 0
Exit Code:
0
Author
anonymous
about 4 years ago
C
gcc 11.1.0