| Problem | photo |
|---|---|
| User | VNHbest |
| Submission Time | 2025-01-16 17:39:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:16:2: error: ‘ll’ was not declared in this scope
16 | ll l = 0, res = LLONG_MAX, zero = n;
| ^~
photo.cpp:17:9: error: expected ‘;’ before ‘r’
17 | for (ll r = 0; r < n; r++) {
| ^~
| ;
photo.cpp:17:17: error: ‘r’ was not declared in this scope
17 | for (ll r = 0; r < n; r++) {
| ^
photo.cpp:19:4: error: ‘zero’ was not declared in this scope; did you mean ‘bzero’?
19 | zero--;
| ^~~~
| bzero
photo.cpp:22:10: error: ‘l’ was not declared in this scope
22 | while (l <= r && zero == 0) {
| ^
photo.cpp:22:20: error: ‘zero’ was not declared in this scope; did you mean ‘bzero’?
22 | while (l <= r && zero == 0) {
| ^~~~
| bzero
photo.cpp:29:20: error: ‘l’ was not declared in this scope
29 | if (vec