| Problem | floors | 
|---|---|
| User | justin271828 | 
| Submission Time | 2024-12-28 09:49:32 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 floors.cpp: In function ‘int main()’:
floors.cpp:35:27: error: too few arguments to function ‘int bsta(int, int, int)’
   35 |   int temp = min(bsta(1, x), bsta(x+1, n));
      |                           ^
floors.cpp:16:5: note: declared here
   16 | int bsta(int x, int y, int pos) {
      |     ^~~~
floors.cpp:35:41: error: too few arguments to function ‘int bsta(int, int, int)’
   35 |   int temp = min(bsta(1, x), bsta(x+1, n));
      |                                         ^
floors.cpp:16:5: note: declared here
   16 | int bsta(int x, int y, int pos) {
      |     ^~~~