/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int spfa(int, int)':
foo.cpp:18:11: error: 'class std::stack<int>' has no member named 'front'
   int u=q.front();q.pop();inq[u]=0;
           ^~~~~

信息

递交者
类型
递交
题目
P1734 海拔
语言
C++
递交时间
2017-02-26 19:29:44
评测时间
2017-02-26 19:40:21
评测机
分数
0
总耗时
847ms
峰值内存
0 Bytes