Problem | nombor |
---|---|
User | Tqin |
Submission Time | 2023-12-16 15:02:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nombor.cpp: In function ‘int main()’:
nombor.cpp:20:13: error: ‘LLONG_MAX’ was not declared in this scope
20 | int ans=LLONG_MAX;
| ^~~~~~~~~
nombor.cpp:3:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <cmath>
+++ |+#include <climits>
3 | using namespace std;