Joi.cpp: In function 'void dfs(int)':
Joi.cpp:19:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=0;i<from[x].size();i++) {
^
Joi.cpp: In function 'void give(int, int)':
Joi.cpp:27:9: warning: unused variable 'i' [-Wunused-variable]
int i,k;
^
Joi.cpp: In function 'void go(int, int, int)':
Joi.cpp:38:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=0;i<from[x].size();i++) if(p[P].find(from[x][i])!=p[P].end() && !vis[from[x][i]]) val[from[x][i]] = Move(from[x][i]), go(from[x][i],x,P);
^
Joi.cpp:38:126: error: 'Move' was not declared in this scope
for(i=0;i<from[x].size();i++) if(p[P].find(from[x][i])!=p[P].end() && !vis[from[x][i]]) val[from[x][i]] = Move(from[x][i]), go(from[x][i],x,P);
^
Joi.cpp:39:39: error: 'Move' was not declared in this scope
if(last!=-1) val[last] = Move(last);
^
Joi.cpp: In function 'long long int Ioi(int, int, int*, int*, int, int, int)':
Joi.cpp:63:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=0;i<from[x].size();i++) {
^
Joi.cpp:42:11: warning: unused variable 'j' [-Wunused-variable]
int i,j,x,y,zr;
^
Ioi.cpp: In function 'void dfs(int)':
Ioi.cpp:19:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=0;i<from[x].size();i++) {
^
Ioi.cpp: In function 'void give(int, int)':
Ioi.cpp:27:9: warning: unused variable 'i' [-Wunused-variable]
int i,k;
^
Ioi.cpp: In function 'void go(int, int, int)':
Ioi.cpp:38:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=0;i<from[x].size();i++) if(p[P].find(from[x][i])!=p[P].end() && !vis[from[x][i]]) val[from[x][i]] = Move(from[x][i]), go(from[x][i],x,P);
^
Ioi.cpp: In function 'long long int Ioi(int, int, int*, int*, int, int, int)':
Ioi.cpp:63:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=0;i<from[x].size();i++) {
^
Ioi.cpp:42:11: warning: unused variable 'j' [-Wunused-variable]
int i,j,x,y,zr;
^
Ioi.cpp:42:17: warning: 'zr' may be used uninitialized in this function [-Wmaybe-uninitialized]
int i,j,x,y,zr;
^