/ CWOI /

记录详情

Compile Error

/in/foo.cc: In member function 'void SegmentTree::build(ll*)':
/in/foo.cc:103:15: error: 'n' was not declared in this scope
   build(a, 1, n, 1);
               ^
/in/foo.cc: In member function 'void SegmentTree::add(ll, ll, ll)':
/in/foo.cc:107:10: error: 'n' was not declared in this scope
   jia(1, n, 1);
          ^
/in/foo.cc: In member function 'void SegmentTree::set(ll, ll, ll)':
/in/foo.cc:111:10: error: 'n' was not declared in this scope
   gai(1, n, 1);
          ^
/in/foo.cc: In member function 'void SegmentTree::mul(ll, ll, ll)':
/in/foo.cc:115:12: error: 'n' was not declared in this scope
   cheng(1, n, 1);
            ^
/in/foo.cc: In member function 'll SegmentTree::query(ll, ll)':
/in/foo.cc:119:12: error: 'n' was not declared in this scope
   query(1, n, 1);
            ^

信息

递交者
类型
自测
题目
2017.07.19 P3 软件包管理器
语言
C++
递交时间
2018-04-06 11:42:42
评测时间
2018-04-06 11:42:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes