Problem mathexam
User jxlau
Submission Time 2024-01-20 13:55:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathexam.cpp: In function ‘int32_t main()’:
mathexam.cpp:28:34: error: ‘setprecision’ was not declared in this scope
28 | cout << fixed << setprecision(2);
| ^~~~~~~~~~~~