Problem | construct |
---|---|
User | LiuZq |
Submission Time | 2024-02-18 13:41:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
construct.cpp: In function ‘int main()’:
construct.cpp:13:10: error: expected primary-expression before ‘float’
13 | llogbf(float x) ans=1;
| ^~~~~
construct.cpp:15:5: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
15 | ans*=m;
| ^~~
| abs