Problem | burgers |
---|---|
User | loverin |
Submission Time | 2023-05-09 00:36:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
burgers.cpp:7:1: error: ‘__forceinline’ does not name a type
7 | __forceinline uint subdiv(uint v1, const uint& v2) {
| ^~~~~~~~~~~~~
burgers.cpp: In function ‘void make(uint&, const std::vector<unsigned int>&, const std::vector<unsigned int>&)’:
burgers.cpp:17:19: error: ‘UINT_MAX’ was not declared in this scope
17 | 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;