| Problem | childsetter5 |
|---|---|
| User | LXYSGP |
| Submission Time | 2025-11-20 08:50:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
childsetter5.cpp: In function ‘int main()’:
childsetter5.cpp:24:26: error: ‘C_greedy’ was not declared in this scope
24 | double xxx = C_greedy[i] + C_ds[j];
| ^~~~~~~~
childsetter5.cpp:24:40: error: ‘C_ds’ was not declared in this scope
24 | double xxx = C_greedy[i] + C_ds[j];
| ^~~~
childsetter5.cpp:25:27: error: ‘B_greedy’ was not declared in this scope
25 | double xxxx = B_greedy[i] + B_ds[j];
| ^~~~~~~~
childsetter5.cpp:25:41: error: ‘B_ds’ was not declared in this scope
25 | double xxxx = B_greedy[i] + B_ds[j];
| ^~~~