| Problem | majority |
|---|---|
| User | Ok |
| Submission Time | 2026-06-29 07:48:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
majority.cpp: In function ‘int majority(int, int)’:
majority.cpp:12:12: error: ‘query’ was not declared in this scope
12 | cont += query(i,j);
| ^~~~~
majority.cpp:20:9: error: ‘i’ was not declared in this scope
20 | return i;
| ^