Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:4: error: 'sum' was not declared in this scope
    sum += a[j];
    ^~~
/in/foo.cc:11:6: warning: unused variable 's' [-Wunused-variable]
  int s = 0;
      ^

信息

递交者
类型
递交
题目
P1024 《放鸡班的春天》
语言
C++
递交时间
2024-04-22 19:12:56
评测时间
2024-04-22 19:12:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes