0_0_39290806_9474.cpp: In function 'int main()':
0_0_39290806_9474.cpp:23:56: error: expected '}' at end of input
23 | cout << fixed << setprecision(2) << a1 << endl;
| ^
0_0_39290806_9474.cpp:11:5: note: to match this '{'
11 | {
| ^
0_0_39290806_9474.cpp:23:56: error: expected '}' at end of input
23 | cout << fixed << setprecision(2) << a1 << endl;
| ^
0_0_39290806_9474.cpp:7:12: note: to match this '{'
7 | int main() {
| ^
|