/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void bfs_fan()':
foo.cpp:20:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(i=0;i<X[Q[head]].size();i++)
              ^
foo.cpp:13:9: warning: unused variable 'j' [-Wunused-variable]
   int i,j,k,head,tail;
         ^
foo.cpp: In function 'int bfs_zheng()':
foo.cpp:43:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(i=0;i<X[j].size();i++)
              ^
foo.cpp: In function 'int main()':
foo.cpp:68:19: error: 'system' was not declared in this scope
     system("pause");
                   ^
foo.cpp:57:11: warning: unused variable 'j' [-Wunused-variable]
     int i,j,x,y,m,n;
           ^

信息

递交者
类型
递交
题目
P1909 寻找道路
语言
C++
递交时间
2015-10-03 14:52:25
评测时间
2015-10-03 14:52:25
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes