| Problem | attackofthelitlosers |
|---|---|
| User | bribritt |
| Submission Time | 2026-04-16 20:46:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
attackofthelitlosers.cpp:1:17: error: variable or field ‘solve’ declared void
1 | void solve(std::wstring quote) {} // vacuous
| ^~~~~~~
attackofthelitlosers.cpp:1:17: error: ‘wstring’ is not a member of ‘std’
attackofthelitlosers.cpp:1:1: note: ‘std::wstring’ is defined in header ‘<string>’; did you forget to ‘#include <string>’?
+++ |+#include <string>
1 | void solve(std::wstring quote) {} // vacuous