Problem | burgers |
---|---|
User | loverin |
Submission Time | 2023-05-09 10:32:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
burgers.cpp: In function ‘uint make(const std::vector<unsigned int>&, const std::vector<unsigned int>&)’:
burgers.cpp:8:19: error: ‘UINT_MAX’ was not declared in this scope
8 | uint mainLimit = UINT_MAX;
| ^~~~~~~~
burgers.cpp:5:1: note: ‘UINT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <thread>
+++ |+#include <climits>
5 | using uint = uint32_t;