Problem | mathexam |
---|---|
User | kxd |
Submission Time | 2024-01-28 15:21:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathexam.cpp: In function ‘void h(long double, long double)’:
mathexam.cpp:44:52: error: expected ‘;’ before ‘)’ token
44 | else cout << setprecision(2) << -b+sqrt(b*b-4*a*c))/(2*a);
| ^
| ;