/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int print(int, int, int)':
/in/foo.cc:12:13: error: '_count' was not declared in this scope
             _count++;
             ^~~~~~
/in/foo.cc:13:12: error: '_count' was not declared in this scope
     return _count;
            ^~~~~~
/in/foo.cc:9:9: warning: unused variable 'count' [-Wunused-variable]
     int count = 2;
         ^~~~~

信息

递交者
类型
自测
题目
P1446 最短路上的统计
语言
C++
递交时间
2018-09-10 20:56:20
评测时间
2018-09-10 20:56:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes