Problem | doll_noi |
---|---|
User | JJAAMM |
Submission Time | 2024-02-24 01:59:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:12:24: error: ‘INT_MAX’ was not declared in this scope
12 | int smallestSize = INT_MAX;
| ^~~~~~~
doll_noi.cpp:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <unordered_map>
+++ |+#include <climits>
4 |