Problem | mathexam |
---|---|
User | chenweilian |
Submission Time | 2024-01-26 22:41:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathexam.cpp: In function ‘int main()’:
mathexam.cpp:99:35: error: expected ‘;’ before ‘{’ token
99 | if((fabs(ans) < 0.005) {
| ^~
| ;
mathexam.cpp:103:45: error: expected ‘)’ before ‘;’ token
103 | cout<<setprecision(2)<<ans<<endl;
| ^
| )
mathexam.cpp:99:15: note: to match this ‘(’
99 | if((fabs(ans) < 0.005) {
| ^