记录详情

Compile Error

/in/foo.cc: In function 'int gethe(int, int)':
/in/foo.cc:42:19: error: 's' was not declared in this scope
   int count=100+2*s[i].k;
                   ^
/in/foo.cc:42:7: warning: unused variable 'count' [-Wunused-variable]
   int count=100+2*s[i].k;
       ^~~~~
/in/foo.cc:43:9: error: 'count' was not declared in this scope
  return count;
         ^~~~~

信息

递交者
类型
自测
题目
xk-4:摘果子
语言
C++
递交时间
2019-03-31 11:15:16
评测时间
2019-03-31 11:15:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes