Problem mathexam
User Shuhxin
Submission Time 2024-02-06 18:25:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathexam.cpp: In function ‘int main()’:
mathexam.cpp:25:17: error: expected ‘,’ or ‘;’ before ‘cout’
25 | cout << fixed << setprecision(2) << q << "\n";
| ^~~~