/in/foo.cc:1:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
#pragma comment(linker, "/STACK:102400000,102400000")
/in/foo.cc: In function 'void solve(int, int)':
/in/foo.cc:47:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i=0;i<inc[x].size();i++){
~^~~~~~~~~~~~~~
/in/foo.cc:49:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (v==0)
^~
/in/foo.cc:51:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (v<0)
^~
/in/foo.cc:55:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i=0;i<dec[x].size();i++){
~^~~~~~~~~~~~~~
/in/foo.cc:57:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (v==0)
^~
/in/foo.cc:59:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (v<0)
^~
/in/foo.cc:65:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i=0;i<inc[x].size();i++){
~^~~~~~~~~~~~~~
/in/foo.cc:71:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i=0;i<dec[x].size();i++){
~^~~~~~~~~~~~~~