Language
C
Compiler
gcc 8.2.0
Options
Warnings
C11
-pedantic-errors
Raw compiler options
-Wshadow
$ gcc prog.c -Wall -Wextra -std=c11 -pedantic-errors -Wshadow
1.000000~~~4.000000~~~9.000000~~~
11.000000~~~15.000000~~~21.000000~~~
******************
21.000000~~~21.000000~~~21.000000~~~
21.000000~~~21.000000~~~21.000000~~~
******************
1.000000~~~4.000000~~~9.000000~~~
2.000000~~~6.000000~~~12.000000~~~
******************
12.000000~~~12.000000~~~12.000000~~~
12.000000~~~12.000000~~~12.000000~~~
******************
1.000000~~~3.000000~~~5.000000~~~
2.000000~~~4.000000~~~6.000000~~~
******************
Exit Code:
0