| Problem | littlejohnny6 |
|---|---|
| User | WH8 |
| Submission Time | 2026-05-20 15:24:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
littlejohnny6.cpp: In function ‘void solve()’:
littlejohnny6.cpp:5:3: error: ‘string’ was not declared in this scope
5 | string ret=wipe();
| ^~~~~~
littlejohnny6.cpp:5:3: note: suggested alternatives:
In file included from /usr/include/c++/9/string:39,
from littlejohnny6.h:4,
from littlejohnny6.cpp:1:
/usr/include/c++/9/bits/stringfwd.h:79:33: note: ‘std::string’
79 | typedef basic_string<char> string;
| ^~~~~~
In file included from littlejohnny6.h:4,
from littlejohnny6.cpp:1:
/usr/include/c++/9/string:67:11: note: ‘std::pmr::string’
67 | using string = basic_string<char>;
| ^~~~~~
littlejohnny6.cpp:6:6: error: ‘ret’ was not declared in this scope
6 | if(ret == "white")break;
| ^~~