| Problem | urarareader |
|---|---|
| User | WanQi |
| Submission Time | 2026-07-12 22:17:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:14:6: error: expected ‘(’ before ‘books’
14 | if books[i] = K {
| ^~~~~
| (
urarareader.cpp:16:5: error: ‘else’ without a previous ‘if’
16 | } else {
| ^~~~