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:82:9: warning: left operand of comma operator has no effect [-Wunused-value]
   82 |   debug("x %d z %d k %d\n",x,z,k);
      |         ^~~~~~~~~~~~~~~~~~
dungeons.cpp:82:30: warning: right operand of comma operator has no effect [-Wunused-value]
   82 |   debug("x %d z %d k %d\n",x,z,k);
      |                              ^
dungeons.cpp:82:32: warning: right operand of comma operator has no effect [-Wunused-value]
   82 |   debug("x %d z %d k %d\n",x,z,k);
      |                                ^
dungeons.cpp:87:9: warning: statement has no effect [-Wunused-value]
   87 |   debug("\n");
      |        ~^~~~~
dungeons.cpp:93:11: warning: left operand of comma operator has no effect [-Wunused-value]
   93 |     debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~
dungeons.cpp:93:43: warning: right operand of comma operator has no effect [-Wunused-value]
   93 |     debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
      |                                           ^
dungeons.cpp:93:41: warning: right operand of comma operator has no effect [-Wunused-value]
   93 |     debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
      |                                        ~^~~
dungeons.cpp:93:56: warning: right operand of comma operator has no effect [-Wunused-value]
   93 |     debug("%d jmp %d to %d add %d\n",x,1<<j,jmp[k][j][x],inc[k][j][x]);
      |                                             ~~~~~~~~~~~^
dungeons.cpp:98:9: warning: left operand of comma operator has no effect [-Wunused-value]
   98 |   debug("z %d x %d stx %d\n",z,x,strength[x]);
      |         ^~~~~~~~~~~~~~~~~~~~
dungeons.cpp:98:32: warning: right operand of comma operator has no effect [-Wunused-value]
   98 |   debug("z %d x %d stx %d\n",z,x,strength[x]);
      |                                ^
dungeons.cpp:98:44: warning: right operand of comma operator has no effect [-Wunused-value]
   98 |   debug("z %d x %d stx %d\n",z,x,strength[x]);
      |                                            ^
dungeons.cpp:106:8: warning: left operand of comma operator has no effect [-Wunused-value]
  106 |  debug("ans %d\n",z);
      |        ^~~~~~~~~~