记录详情

Compile Error

/in/foo.cc: In function 'int Diff(std::__cxx11::string)':
/in/foo.cc:8:24: error: invalid use of member function 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size() const [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]' (did you forget the '()' ?)
  for (int i = 0; i < s.size; i++)
                      ~~^~~~

信息

递交者
类型
自测
题目
A8-3 字符串的统计函数
语言
C++
递交时间
2020-02-11 14:40:28
评测时间
2020-02-11 14:40:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes