dungeons.cpp: In function 'void init(int, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)':
dungeons.cpp:36:8: warning: statement has no effect [-Wunused-value]
36 | debug("ini!\n");
| ~^~~~~~~~~
dungeons.cpp:52:11: warning: left operand of comma operator has no effect [-Wunused-value]
52 | debug("%d -> %d\n",i,jmp[k][0][i]);
| ^~~~~~~~~~~~
dungeons.cpp:52:37: warning: right operand of comma operator has no effect [-Wunused-value]
52 | debug("%d -> %d\n",i,jmp[k][0][i]);
| ^
dungeons.cpp: In function 'long long int simulate(int, int)':
dungeons.cpp:89:9: warning: left operand of comma operator has no effect [-Wunused-value]
89 | debug("x %d z %d k %d\n",x,z,k);
| ^~~~~~~~~~~~~~~~~~
dungeons.cpp:89:30: warning: right operand of comma operator has no effect [-Wunused-value]
89 | debug("x %d z %d k %d\n",x,z,k);
| ^
dungeons.cpp:89:32: warning: right operand of comma operator has no effect [-Wunused-value]
89 | debug("x %d z %d k %d\n",x,z,k);
| ^
dungeons.cpp:94:9: warning: statement has no effect [-Wunused-value]
94 | debug("\n");
| ~^~~~~
dungeons.cpp:100:11: warning: left operand of comma operator has no effect [-Wunused-value]
100 | debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
dungeons.cpp:100:43: warning: right operand of comma operator has no effect [-Wunused-value]
100 | debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
| ^
dungeons.cpp:100:41: warning: right operand of comma operator has no effect [-Wunused-value]
100 | debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
| ~^~~
dungeons.cpp:100:56: warning: right operand of comma operator has no effect [-Wunused-value]
100 | debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
| ~~~~~~~~~~~^
dungeons.cpp:105:9: warning: left operand of comma operator has no effect [-Wunused-value]
105 | debug("z %d x %d stx %d\n",z,x,strength[x]);
| ^~~~~~~~~~~~~~~~~~~~
dungeons.cpp:105:32: warning: right operand of comma operator has no effect [-Wunused-value]
105 | debug("z %d x %d stx %d\n",z,x,strength[x]);
| ^
dungeons.cpp:105:44: warning: right operand of comma operator has no effect [-Wunused-value]
105 | debug("z %d x %d stx %d\n",z,x,strength[x]);
| ^
/tmp/ccJvw5mw.o: in function `main':
grader.cpp:(.text.startup+0x178): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x17f): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x19d): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x1a4): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x1b0): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x1b7): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x1c3): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x1ca): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x1d6): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x1dd): relocation truncated to fit: R_X86_64_PC32 against `.bss'
grader.cpp:(.text.startup+0x1e9): additional relocation overflows omitted from the output
/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
collect2: error: ld returned 1 exit status