Problem | bubblesort |
---|---|
User | PlayVoltz |
Submission Time | 2023-12-25 15:41:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bubblesort.cpp: In function ‘long long int f(long long int, long long int)’:
bubblesort.cpp:17:15: error: expected ‘;’ before ‘i’
17 | for (int i=l i<r; ++i){
| ^~
| ;