| Problem | flappyrabbit |
|---|---|
| User | SheepHeads |
| Submission Time | 2026-03-13 18:10:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flappyrabbit.cpp: In function ‘int min_fuel(int, int)’:
flappyrabbit.cpp:18:15: error: ‘INT_MAX’ was not declared in this scope
18 | int lowest = INT_MAX;
| ^~~~~~~
flappyrabbit.cpp:2:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
1 | #include "flappyrabbit.h"
+++ |+#include <climits>
2 | #include <vector>