dungeons.cpp: In function 'void init(int, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)':
dungeons.cpp:34:8: warning: statement has no effect [-Wunused-value]
   34 |  debug("ini!\n");
      |       ~^~~~~~~~~
dungeons.cpp:50:11: warning: left operand of comma operator has no effect [-Wunused-value]
   50 |     debug("%d -> %d\n",i,jmp[k][0][i]);
      |           ^~~~~~~~~~~~
dungeons.cpp:50:37: warning: right operand of comma operator has no effect [-Wunused-value]
   50 |     debug("%d -> %d\n",i,jmp[k][0][i]);
      |                                     ^
dungeons.cpp: In function 'long long int simulate(int, int)':
dungeons.cpp:83:9: warning: left operand of comma operator has no effect [-Wunused-value]
   83 |   debug("x %d z %d k %d\n",x,z,k);
      |         ^~~~~~~~~~~~~~~~~~
dungeons.cpp:83:30: warning: right operand of comma operator has no effect [-Wunused-value]
   83 |   debug("x %d z %d k %d\n",x,z,k);
      |                              ^
dungeons.cpp:83:32: warning: right operand of comma operator has no effect [-Wunused-value]
   83 |   debug("x %d z %d k %d\n",x,z,k);
      |                                ^
dungeons.cpp:86:10: warning: left operand of comma operator has no effect [-Wunused-value]
   86 |    debug("k %d i %d -> %d\n",k,i,jmp[k][0][i]);
      |          ^~~~~~~~~~~~~~~~~~~
dungeons.cpp:86:32: warning: right operand of comma operator has no effect [-Wunused-value]
   86 |    debug("k %d i %d -> %d\n",k,i,jmp[k][0][i]);
      |                                ^
dungeons.cpp:86:45: warning: right operand of comma operator has no effect [-Wunused-value]
   86 |    debug("k %d i %d -> %d\n",k,i,jmp[k][0][i]);
      |                                             ^
dungeons.cpp:88:9: warning: statement has no effect [-Wunused-value]
   88 |   debug("\n");
      |        ~^~~~~
dungeons.cpp:94:11: warning: left operand of comma operator has no effect [-Wunused-value]
   94 |     debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~
dungeons.cpp:94:43: warning: right operand of comma operator has no effect [-Wunused-value]
   94 |     debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
      |                                           ^
dungeons.cpp:94:41: warning: right operand of comma operator has no effect [-Wunused-value]
   94 |     debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
      |                                        ~^~~
dungeons.cpp:94:56: warning: right operand of comma operator has no effect [-Wunused-value]
   94 |     debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
      |                                             ~~~~~~~~~~~^
dungeons.cpp:99:9: warning: left operand of comma operator has no effect [-Wunused-value]
   99 |   debug("z %d x %d stx %d\n",z,x,strength[x]);
      |         ^~~~~~~~~~~~~~~~~~~~
dungeons.cpp:99:32: warning: right operand of comma operator has no effect [-Wunused-value]
   99 |   debug("z %d x %d stx %d\n",z,x,strength[x]);
      |                                ^
dungeons.cpp:99:44: warning: right operand of comma operator has no effect [-Wunused-value]
   99 |   debug("z %d x %d stx %d\n",z,x,strength[x]);
      |                                            ^
dungeons.cpp:107:8: warning: left operand of comma operator has no effect [-Wunused-value]
  107 |  debug("ans %d\n",z);
      |        ^~~~~~~~~~