QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#484752 | #7700. Split Decisions | HuangHanSheng | Compile Error | / | / | C++17 | 1.1kb | 2024-07-19 22:19:35 | 2024-07-19 22:19:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:16:13: error: request for member ‘begin’ in ‘s’, which is of non-class type ‘std::string [2000]’ {aka ‘std::__cxx11::basic_string<char> [2000]’} 16 | sort(s.begin(),s.begin()+1+n); | ^~~~~ answer.code:16:23: error: request for member ‘begin’ in ‘s’, which is of non-class type ‘std::string [2000]’ {aka ‘std::__cxx11::basic_string<char> [2000]’} 16 | sort(s.begin(),s.begin()+1+n); | ^~~~~