| Problem | illuminate |
|---|---|
| User | rasquait |
| Submission Time | 2026-02-15 16:20:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
illuminate.cpp: In function ‘int main()’:
illuminate.cpp:16:10: error: no match for ‘operator==’ (operand types are ‘std::vector<char>’ and ‘char’)
16 | if (v == '.'){
| ~ ^~ ~~~
| | |
| | char
| std::vector<char>
In file included from /usr/include/c++/9/iosfwd:40,
from /usr/include/c++/9/ios:38,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from illuminate.cpp:1:
/usr/include/c++/9/bits/postypes.h:222:5: note: candidate: ‘template<class _StateT> bool std::operator==(const std::fpos<_StateT>&, const std::fpos<_StateT>&)’
222 | operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
| ^~~~~~~~
/usr/include/c++/9/bits/postypes.h:222:5: note: template argument deduction/substitution failed:
illuminate.cpp:16:13: not