Problem mamamintaplusa
User Xiaoyang
Submission Time 2024-12-05 13:41:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mamamintaplusa.cpp: In function ‘int main()’:
mamamintaplusa.cpp:56:17: error: ‘slope_a’ was not declared in this scope; did you mean ‘slopes_a’?
56 | slopes=combine(slope_a,slope_b);
| ^~~~~~~
| slopes_a
mamamintaplusa.cpp:56:25: error: ‘slope_b’ was not declared in this scope; did you mean ‘slopes_b’?
56 | slopes=combine(slope_a,slope_b);
| ^~~~~~~
| slopes_b