Problem | mathexam |
---|---|
User | Josh28acc2 |
Submission Time | 2024-01-27 14:16:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathexam.cpp: In function ‘void solve()’:
mathexam.cpp:72:30: error: ‘llsetprecision’ was not declared in this scope
72 | cout << fixed << llsetprecision(2) << ans << "\n";
| ^~~~~~~~~~~~~~
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";
| ^~~~~~~~~~~~~~