| Problem | prisoners |
|---|---|
| User | AnnoyingGuest |
| Submission Time | 2023-04-21 16:31:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swapper.cpp: In function ‘void swapper(int, int*)’:
swapper.cpp:4:7: error: ‘ll’ was not declared in this scope
4 | for (ll i = 0; i < 2*n; i++) {
| ^~
swapper.cpp:4:17: error: ‘i’ was not declared in this scope
4 | for (ll i = 0; i < 2*n; i++) {
| ^
swapper.cpp:4:23: error: ‘n’ was not declared in this scope
4 | for (ll i = 0; i < 2*n; i++) {
| ^
prisoner.cpp: In function ‘void prisoner(int, int)’:
prisoner.cpp:7:7: error: ‘ll’ was not declared in this scope
7 | for (ll i = 0; i < N; i++) {
| ^~
prisoner.cpp:7:17: error: ‘i’ was not declared in this scope
7 | for (ll i = 0; i < N; i++) {
| ^