Problem mathexam
User DoubleShaurya
Submission Time 2024-03-22 15:16:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathexam.cpp: In function ‘int main()’:
mathexam.cpp:47:8: error: jump to case label
47 | default:
| ^~~~~~~
mathexam.cpp:39:20: note: crosses initialization of ‘double result’
39 | double result = quadratic(a, b);
| ^~~~~~