| Problem | combo |
|---|---|
| User | JoshJuice |
| Submission Time | 2025-12-19 15:19:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
combo.cpp: In function ‘std::string guess_sequence(int)’:
combo.cpp:7:21: error: expected primary-expression before ‘=’ token
7 | string cur = "";=
| ^
combo.cpp:8:5: error: expected primary-expression before ‘for’
8 | for (char c : alphabet) {
| ^~~