Problem | lratio |
---|---|
User | mingging1748 |
Submission Time | 2025-02-19 21:31:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lratio.cpp: In function ‘int main()’:
lratio.cpp:15:25: error: ‘L’ was not declared in this scope
15 | for (int i = 1; i < L; ++i) {
| ^
lratio.cpp:17:9: error: ‘result’ was not declared in this scope
17 | result[i] = result[i - 1] + ratio;
| ^~~~~~