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