| Problem | language |
|---|---|
| User | popperoni |
| Submission Time | 2026-04-04 13:16:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
language.cpp:15:32: error: ‘EXCERPT_LEN’ was not declared in this scope
15 | void excerpt(const int symbols[EXCERPT_LEN]) {
| ^~~~~~~~~~~
language.cpp: In function ‘void excerpt(...)’:
language.cpp:18:25: error: ‘EXCERPT_LEN’ was not declared in this scope
18 | for (int i = 0; i < EXCERPT_LEN; i++) {
| ^~~~~~~~~~~
language.cpp:19:25: error: ‘symbols’ was not declared in this scope
19 | distinct.insert(symbols[i]);
| ^~~~~~~