Problem shops
User snorky
Submission Time 2024-11-09 17:07:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shops.cpp: In function ‘std::pair<std::pair<Node*, int>, bool> find_min(Node*)’:
shops.cpp:17:15: error: ‘INT_MAX’ was not declared in this scope
17 | int min = INT_MAX;
| ^~~~~~~
shops.cpp:5:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <iostream>
+++ |+#include <climits>
5 | class Node{