input/code.cpp: In function 'int main()':
input/code.cpp:7:32: warning: right operand of comma operator has no effect [-Wunused-value]
    7 |     std::cin >> people, pizza, size;
      |                                ^~~~
input/code.cpp:7:36: warning: right operand of comma operator has no effect [-Wunused-value]
    7 |     std::cin >> people, pizza, size;
      |                                    ^
input/code.cpp:10:18: error: 'floor' was not declared in this scope
   10 |     std::cout << floor(pieces / people) << " " << ceil(pieces / people);
      |                  ^~~~~
input/code.cpp:10:51: error: 'ceil' was not declared in this scope
   10 |     std::cout << floor(pieces / people) << " " << ceil(pieces / people);
      |                                                   ^~~~