Problem | routine |
---|---|
User | 583116UB |
Submission Time | 2024-05-25 09:47:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
routine.cpp: In function ‘int main()’:
routine.cpp:14:7: error: ‘LLONG_MAX’ was not declared in this scope
14 | t[n]=LLONG_MAX;
| ^~~~~~~~~
routine.cpp:2:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
1 | #include <iostream>
+++ |+#include <climits>
2 | using namespace std;