Problem mathexam
User Josh28acc2
Submission Time 2024-01-27 14:16:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathexam.cpp: In function ‘void solve()’:
mathexam.cpp:80:25: error: ‘sus’ was not declared in this scope
80 | ld ans1 = (-sus + sqrt(discriminant))/(2*a);
| ^~~
mathexam.cpp:82:30: error: ‘llsetprecision’ was not declared in this scope
82 | cout << fixed << llsetprecision(2) << max(ans1, ans2) << "\n";
| ^~~~~~~~~~~~~~