/ TYWZ /

记录详情

Compile Error

/in/foo.cc: In function 'LL solve(int, int, int, LL)':
/in/foo.cc:40:18: error: 'n' was not declared in this scope
  for(i = 0; i <= n; ++i) {
                  ^
/in/foo.cc:52:13: error: 'n' was not declared in this scope
   while(i < n) {
             ^
/in/foo.cc:29:5: warning: unused variable 'sum' [-Wunused-variable]
  LL sum = 0;
     ^~~
/in/foo.cc:30:9: warning: unused variable 'j' [-Wunused-variable]
  int i, j, l;
         ^

信息

递交者
类型
递交
题目
Sequence Partition
语言
C++
递交时间
2019-02-10 11:29:15
评测时间
2019-02-10 11:29:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes