| Problem | prisoners |
|---|---|
| User | AnnoyingGuest |
| Submission Time | 2023-04-21 16:35:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prisoner.cpp: In function ‘void prisoner(int, int)’:
prisoner.cpp:15:9: error: ‘ll’ was not declared in this scope
15 | for (ll j = 0; j < 2*N; j++) {
| ^~
prisoner.cpp:15:19: error: ‘j’ was not declared in this scope
15 | for (ll j = 0; j < 2*N; j++) {
| ^