Problem | fractions |
---|---|
User | gordonlu |
Submission Time | 2023-11-17 12:37:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fractions.cpp: In function ‘int main()’:
fractions.cpp:12:54: error: increment of read-only variable ‘fraction’
12 | for (const long long fraction = 0; fraction < N; fraction++) {
| ^~~~~~~~