| Problem | ontheedge |
|---|---|
| User | Hokageoftheleaf |
| Submission Time | 2026-01-18 00:48:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ontheedge.cpp: In function ‘int main()’:
ontheedge.cpp:39:29: error: ‘cite’ was not declared in this scope
39 | current_S += A[i]; [cite: 6]
| ^~~~
ontheedge.cpp:39:33: error: expected ‘,’ before ‘:’ token
39 | current_S += A[i]; [cite: 6]
| ^
| ,
ontheedge.cpp:39:33: error: expected identifier before ‘:’ token
ontheedge.cpp: In lambda function:
ontheedge.cpp:40:9: error: expected ‘{’ before ‘current_M’
40 | current_M += B[i]; [cite: 8]
| ^~~~~~~~~
ontheedge.cpp: In function ‘int main()’:
ontheedge.cpp:39:37: error: expected ‘;’ before ‘current_M’
39 | current_S += A[i]; [cite: 6]
| ^
| ;
40 | current_M += B[i]; [cite: 8]
| ~~~~~~~~~
o