Problem | mathexam |
---|---|
User | lHog |
Submission Time | 2024-05-04 10:37:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathexam.cpp: In function ‘int main()’:
mathexam.cpp:22:34: error: ‘setprecision’ was not declared in this scope
22 | cout << fixed << setprecision(1) << (static_cast<double>(A) + B) / 2 << endl;
| ^~~~~~~~~~~~