Problem | mathexam |
---|---|
User | RendezvousAnonymous |
Submission Time | 2024-01-20 14:43:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathexam.cpp: In function ‘int32_t main()’:
mathexam.cpp:32:69: error: expected ‘;’ before ‘}’ token
32 | cout << fixed << setprecision(2) << llround(store)/100.0 << '\n'
| ^
| ;
33 | }
| ~