Problem attackofthelitlosers
User AlphanumericUsername
Submission Time 2025-04-01 12:19:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

attackofthelitlosers.cpp: In function ‘void solve(std::wstring)’:
attackofthelitlosers.cpp:5:19: error: expected ‘;’ before ‘std’
5 | exit(quote[0])
| ^
| ;
6 | std::vector<std::wstring> ans;
| ~~~
attackofthelitlosers.cpp:7:5: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
7 | ans.push_back(L"");
| ^~~
| abs