/ Vijos /

记录详情

Compile Error

foo.cc: In function 'bool bellmanford()':
foo.cc:31:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   31 |             for (int k=0;k<g[j].size();k++) {
      |                          ~^~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:73:14: error: expected '}' at end of input
   73 |     return 0;
      |              ^
foo.cc:42:12: note: to match this '{'
   42 | int main() {
      |            ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1108 小胖超市
语言
C++
递交时间
2022-08-14 14:46:40
评测时间
2022-08-14 14:46:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes