Problem | makingparallelograms |
---|---|
User | Kannan |
Submission Time | 2023-12-30 17:17:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
makingparallelograms.cpp: In function ‘int main()’:
makingparallelograms.cpp:22:27: error: ‘floor’ was not declared in this scope
22 | parallelograms += floor(count / 2);
| ^~~~~
makingparallelograms.cpp:25:13: error: ‘floor’ was not declared in this scope
25 | cout << floor(parallelograms/2) << endl;
| ^~~~~