| Problem | secret |
|---|---|
| User | 6root2i |
| Submission Time | 2026-07-16 12:54:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
secret.cpp: In function ‘void Build(int, int, int*)’:
secret.cpp:15:8: error: ‘ll’ was not declared in this scope
15 | for (ll i = M+1; i < R; ++i){
| ^~
secret.cpp:15:20: error: ‘i’ was not declared in this scope
15 | for (ll i = M+1; i < R; ++i){
| ^
secret.cpp:19:8: error: ‘ll’ was not declared in this scope
19 | for (ll i = L; i < M; ++i){
| ^~
secret.cpp:19:18: error: ‘i’ was not declared in this scope
19 | for (ll i = L; i < M; ++i){
| ^