Problem | shops |
---|---|
User | snorky |
Submission Time | 2024-11-09 20:28:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shops.cpp: In function ‘std::pair<std::pair<Node*, int>, bool> findmin(Node*, std::vector<int>&)’:
shops.cpp:18:15: error: ‘INT_MAX’ was not declared in this scope
18 | int min = INT_MAX;
| ^~~~~~~
shops.cpp:6:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
5 | #include <iostream>
+++ |+#include <climits>
6 | class Node{