Problem ranges
User PrunJuice
Submission Time 2025-06-30 10:32:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ranges.cpp: In function ‘int main()’:
ranges.cpp:19:5: error: expected ‘,’ or ‘;’ before ‘for’
19 | for (int i = 0; i < m; i++){
| ^~~
ranges.cpp:19:21: error: ‘i’ was not declared in this scope
19 | for (int i = 0; i < m; i++){
| ^