Problem | minimum |
---|---|
User | Fibohyan |
Submission Time | 2024-02-03 14:17:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:6:20: error: ‘LLONG_MIN’ was not declared in this scope
6 | int i, minimum=LLONG_MIN;
| ^~~~~~~~~
minimum.cpp:3:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include "minimum.h"
+++ |+#include <climits>
3 | using namespace std;