/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:36:5: error: 'first' was not declared in this scope
     first = (a[0].y+1)*2+1;
     ^~~~~
/in/foo.cc:44:13: warning: unused variable 'dx' [-Wunused-variable]
         int dx = abs(a[i-1].x - a[i].x);
             ^~
/in/foo.cc:45:13: warning: unused variable 'dy' [-Wunused-variable]
         int dy = abs(a[i-1].y - a[i].y);
             ^~

信息

递交者
类型
递交
题目
P1120 花生采摘
语言
C++
递交时间
2020-08-04 10:06:09
评测时间
2020-08-04 10:06:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes