/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:37:9: error: 'ans' was not declared in this scope
         ans+=edge[i].w;
         ^~~
/in/foo.cc:38:14: error: 'cnt' was not declared in this scope
         if(++cnt==(n-k)) break;
              ^~~
/in/foo.cc:40:19: error: 'ans' was not declared in this scope
     printf("%d\n",ans);
                   ^~~

信息

递交者
类型
递交
题目
P1234 口袋的天空
语言
C++
递交时间
2020-02-02 15:03:47
评测时间
2020-02-02 15:03:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes