编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#3428 | #1010. 击毙你~~~ | Compile Error | 0 | 0 ms | 0 K | C++ 17 (Clang) / 1.5 K | s230034010 | 2023-11-25 15:09:29 |
bool
int
int
编译信息
/sandbox/1/a.cpp:8:14: error: no matching function for call to 'find'
it = std::find(it, word.end(), c);
^~~~~~~~~
/usr/lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/bits/streambuf_iterator.h:422:5: note: candidate template ignored: could not match 'istreambuf_iterator' against '__normal_iterator'
find(istreambuf_iterator<_CharT> __first,
^
1 error generated.