Problem | ranges |
---|---|
User | potatoed78 |
Submission Time | 2025-06-20 16:27:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ranges.cpp: In function ‘int main()’:
ranges.cpp:19:17: error: expected ‘;’ before ‘}’ token
19 | max += x
| ^
| ;
20 | }
| ~