记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:28:24: error: invalid use of member function 'std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = int; _Alloc = std::allocator<int>; std::vector<_Tp, _Alloc>::size_type = long unsigned int]' (did you forget the '()' ?)
     for (i = 0; i < vc.size; i++)
                     ~~~^~~~

信息

递交者
类型
递交
题目
P1048 OO11-1 vector<int>中的查找删除
语言
C++
递交时间
2020-04-11 23:47:46
评测时间
2020-04-11 23:47:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes